UKismetMathLibrary::Quat_IsIdentity

Checks whether this Quaternion is an Identity Quaternion. Assumes Quaternion tested is normalized.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h

Include

#include "Kismet/KismetMathLibrary.h"

Source

/Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl

Syntax

static bool Quat_IsIdentity
(
    const FQuat & Q,
    float Tolerance
)

Remarks

Checks whether this Quaternion is an Identity Quaternion. Assumes Quaternion tested is normalized.

Returns

true if Quaternion is a normalized Identity Quaternion.

Parameters

Parameter

Description

Tolerance

Error tolerance for comparison with Identity Quaternion.

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