GameObject Get Data Field
Read one field value from a GameObject Data Component.
Parameters
| Parameter | Description |
|---|---|
| Game Object | The GameObject to read from. |
| Data Definition | The schema used to find the matching Data Component. |
| Store Defaults If Missing | If enabled, outputs the Data Definition default when component is missing. |
| Get Value | The field-to-variable mapping to read. |
| Used Defaults | True when default value was used instead of component value. |
| Succeeded | True when the output value was applied. |
Details
Use this action when you only need one field.
It supports fallback-to-default behavior the same way as Get Data.
Examples
- Read only the
Healthfield for a quick UI update. - Read a default
MoveSpeedwhen no runtime component exists yet.