FQuat::operator==

Checks whether two quaternions are identical.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Quat.h"

Syntax

bool operator==
(
    const FQuat & Q
) const

Remarks

Checks whether two quaternions are identical. This is an exact comparison per-component;see Equals() for a comparison that allows for a small error tolerance and flipped axes of rotation.

Returns

true if two quaternion are identical, otherwise false.

Parameters

Parameter

Description

Q

The other quaternion.

See Also

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