FRotator::operator!=

Checks whether two rotators are different.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Math/Rotator.h"

Syntax

bool operator!=
(
    const FRotator & V
) const

Remarks

Checks whether two rotators are different.

Returns

true if two rotators are different, otherwise false.

Parameters

Parameter

Description

V

The other rotator.

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