ue_transform_actor
Adjust an actor's transform in Unreal Engine by setting its location, rotation, or scale. Only provided properties are updated, leaving others unchanged.
Instructions
Set the transform (location, rotation, and/or scale) of an actor. You can provide any combination of location, rotation, and scale - only the provided components will be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scale | No | New scale | |
| location | No | New world location | |
| rotation | No | New rotation in degrees | |
| actorPath | Yes | Full path to the actor |