ue5_set_object_property
Set a property value on any UObject in the current level by providing the object path, property name, and a JSON-serialisable value matching the expected type.
Instructions
Set a property value on any UObject in the current level. The value must match the expected JSON type for the property.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| objectPath | Yes | Full Unreal object path | |
| propertyName | Yes | Property name to set | |
| propertyValue | No | JSON-serialisable value matching the property type |