FQuat::Normalize

Normalize this quaternion if it is large enough.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

void Normalize
(
    float Tolerance
)

Remarks

Normalize this quaternion if it is large enough. If it is too small, returns an identity quaternion.

Parameters

Parameter

Description

Tolerance

Minimum squared length of quaternion for normalization.

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