ue_set_actor_property
Modify actor properties in Unreal Engine by specifying the snake_case property name and a value. Accepts numbers, vectors, and colors.
Instructions
Set an editor property on an actor (snake_case name, for example intensity).
Lists of 3 or 4 numbers are coerced to Vector or LinearColor when needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | ||
| property_name | Yes | ||
| value | Yes |