Knowledge base
Search Blueprint patterns
Searching…
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.
21 results for Vector Length
Returns zero vector if input length < Tolerance (default 0.0001).
NormalUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoReturns the magnitude of a Vector (sqrt(X² + Y² + Z²)). Useful for distance computations.
VSizeUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoVector LengthUE 5.4, 5.7updated 3mo agoNormalizeUE 5.4, 5.7updated 3mo agoGood for horizontal distance, ignoring height.
Vector Length XYUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoDot ProductUE 5.4, 5.7updated 3mo agoLenUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoVector + VectorUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoPure node. Returns 0 for empty arrays.
Array_LengthUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo ago