VectorNormalizeAccurate

Returns a normalized 4 vector = Vector / |Vector|.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/UnrealMathVectorCommon.h

Include

#include "Math/UnrealMathVectorCommon.h"

Syntax

VectorRegister VectorNormalizeAccurate
(
    const VectorRegister & Vector
)

Remarks

Returns a normalized 4 vector = Vector / |Vector|. There is no handling of zero length vectors, use VectorNormalizeSafe if this is a possible input.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss