BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Rotator
Breaks apart a rotator into {Roll, Pitch, Yaw} angles in degrees
Target is Kismet Math Library
Inputs
Type | Name | Description |
---|---|---|
rotator | Rotation |
Outputs
Type | Name | Description |
---|---|---|
real | X (Roll) | |
real | Y (Pitch) | |
real | Z (Yaw) |