set_component_property
Change a component's property value in O3DE using entity ID, component type, property path, and string-formatted value.
Instructions
Set a property value on a component.
Args: entity_id: The entity ID. component_type: Component type name (e.g. 'Transform'). property_path: Property path using '|' separator (e.g. 'Controller|Configuration|Model Asset'). value: The value to set (as a string — booleans as 'true'/'false', numbers as their string representation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | ||
| entity_id | Yes | ||
| property_path | Yes | ||
| component_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |