Skip to content

Data Component Set Values

Write multiple field values into a Data Component record.

Parameters

Parameter Description
Data Component The target Data Component.
Data Definition Optional DataDefinition when component is variable-based.
Set Values Field/value mappings to apply to the component record.
Succeeded True if values were applied successfully.

⚙ Details

  • Ensures the component has a record and schema before applying values.
  • Uses DataRowUtility.ApplyValues to update fields.

Examples

  • Set player health and armor fields after damage.
  • Sync edited form values back into a component record.