Knowledge base
Knowledge base
Knowledge base
Free, anonymous browsing of Unreal Engine Blueprint examples, node references, and best practices. The same content the WoalzCraft plugin uses to generate Blueprints.
59 results for Rotator
A 3D rotation (Pitch, Yaw, Roll) in degrees. Combine with Vector for full positioning.
Useful for converting local-space directions to world space. E.g. RotateVector(GetActorRotation, MakeVector(1,0,0)) = forward vector.
RotateVectorUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoPure node — no exec pins.
GetActorRotationUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoUKismetMathLibrary::GetForwardVector. Converts rotator to forward unit vector.
Get Forward VectorUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoGet Right VectorUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoDeltaRotation is a Rotator struct. For Z-only rotation use Make Rotator with Z=value.
AddActorLocalRotationUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoReturns Rotator with the forward axis aligned to the Vector. Useful for aligning actors to directions.
Conv_VectorToRotatorUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoReturns the X-axis direction for the given Rotator. Same as Conv_RotatorToVector.
GetForwardVector_RotatorUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoReturns the X forward vector for the rotation.
Conv_RotatorToVectorUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoNegateRotatorUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo ago