FQuat::GetNormalized

Get a normalized copy of this quaternion. If it is too small, returns an identity quaternion.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

FQuat GetNormalized
(
    float Tolerance
) const

Remarks

Get a normalized copy of this quaternion. 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