BlueprintAPI > BlueprintAPI/Transformation
Set the Actor's rotation instantly to the specified rotation.
Target is Actor
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
rotator | New Rotation | The new rotation for the Actor. |
boolean | Teleport Physics | Whether we teleport the physics state (if physics collision is enabled for this object). If true, physics velocity for this object is unchanged (so ragdoll parts are not affected by change in location). If false, physics velocity is updated based on the change in position (affecting ragdoll parts). |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | Whether the rotation was successfully set. |