Skip to content

Data Component Get Values

Read multiple fields from a Data Component and store in FSM variables.

Parameters

Parameter Description
Data Component The target Data Component to read from.
Data Definition Optional DataDefinition if component is defined via variable.
Get Values Field-to-variable mappings to copy out of the component record.
Not Found Event Event fired if component or data row is missing.
Succeeded True if values were read successfully.

⚙ Details

  • Fetches DataRecordComponent and reads its current record.
  • Applies field mappings with DataRowUtility.ApplyStores.
  • Sends NotFoundEvent when the component or record is unavailable.

Examples

  • Read health/mana/stamina fields from a runtime component.
  • Map component values into FSM variables for gameplay logic.