set_actor_property
Modify a named property on an Unreal Engine actor instance. Provide the actor name, property name, and new value to update it.
Instructions
Set a specific property on an actor instance.
KB: see knowledge_base/10_WORLD_BUILDING.md#overview Example: set_actor_property(name="ExampleName", property_name="ExampleName", property_value="ExampleName")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| property_name | Yes | ||
| property_value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |