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 6mo 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 6mo agoVector LengthUE 5.4, 5.7updated 6mo agoNormalizeUE 5.4, 5.7updated 6mo 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 6mo agoDot ProductUE 5.4, 5.7updated 6mo agoLenUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoVector + VectorUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo agoPure node. Returns 0 for empty arrays.
Array_LengthUE 5.3, 5.4, 5.5, 5.6, 5.7updated 6mo ago