GameObject Get Data Record
Copy data from a GameObject Data Component into a DataRecord variable.
Parameters
| Parameter | Description |
|---|---|
| Game Object | The GameObject to read from. |
| Data Definition | Optional filter to choose a specific Data Component type. |
| Data Record | Output DataRecord that receives a copy of component data. |
| Succeeded | True when a matching component was found and copied. |
Details
The copied record is a separate value copy. You can pass that DataRecord to Data Record actions without directly editing the source component.
Examples
- Copy character data into a temporary record for UI preview.
- Snapshot object data before running gameplay changes.