FQuat::operator!=

Checks whether two quaternions are not 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 not identical.

Returns

true if two quaternion are not identical, otherwise false.

Parameters

Parameter

Description

Q

The other 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