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.
22 results for offset
Free-form widget layout — children positioned via anchors + offsets. Most flexible, but easy to misalign.
Scales a Vector to length 1 — keeps direction, sets magnitude. Often used to convert offsets to direction vectors.
Less_FloatFloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoDeltaLocation is in ACTOR local space, not world space.
AddActorLocalOffsetUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoReturns angle in radians. Use RadiansToDegrees to convert. Good for calculating 2D angles.
Atan2UE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo ago!=UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoStandard addition. Works on Integer, Float, Vector, Rotator, etc — UE picks the right overload from pin types.
Clamp_FloatUE 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoReturns radians. Use RadiansToDegrees to convert.
Atan2UE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 2mo agoPin names A, B, ReturnValue.
AddUE 5.4, 5.7updated 2mo ago