Skip to content

Data Component Get Record

Copy a DataComponent record into a DataRecord variable.

Parameters

Parameter Description
Data Component The source Data Component.
Record Output DataRecord copy of component data.
Found True if record was available and copied.

⚙ Details

  • Reads the component's DataRecord and copies values into the output Record.
  • The output record is a copy; edits do not modify the source component.

Examples

  • Snapshot an enemy's data record for UI display.
  • Copy player state before temporary simulation.