Unreal Set Actor Property
unreal_set_actor_propertySet a property on an Unreal actor or one of its components by specifying the actor path, property name, and a JSON-serializable value.
Instructions
Set a property on an actor or one of its components in Unreal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Actor path. | |
| component | No | Component name. Empty for actor-level property. | |
| property | Yes | Property name. | |
| value | No | Property value (JSON serializable). | |
| timeoutMs | No | Command timeout. |