Navigation
BlueprintAPI > BlueprintAPI/Transformation
Adds a delta to the rotation of the component in its local reference frame
Target is Scene Component
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| rotator | Delta Rotation | Change in rotation of the component in its local reference frame. |
| boolean | Sweep | Whether we sweep to the destination (currently not supported for rotation). |
| boolean | Teleport | 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 | |
| struct | Sweep Hit Result | Hit result from any impact if sweep is true. |