set_actor_property
Modify an Unreal Engine actor's property by specifying its path and property name. Use the Remote Control API to apply a new value directly.
Instructions
Set a property on an actor via the Remote Control API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor_path | Yes | Full object path of the actor (e.g., /Game/Level.Level:PersistentLevel.MyActor) | |
| property_name | Yes | Property name to set | |
| property_value | No | Value to set |