Unreal Set Actor Transform
unreal_set_actor_transformSet the location, rotation, and scale of any actor in a Unreal level by specifying path and transform values.
Instructions
Set the location, rotation, and/or scale of an actor in the Unreal level.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Actor path. | |
| location | No | World location. | |
| rotation | No | Rotation (pitch/yaw/roll). | |
| scale | No | Scale. | |
| timeoutMs | No | Command timeout. |