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
DataRecordand copies values into the outputRecord. - 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.