FRotator::operator==

Checks whether two rotators are identical. This checks each component for exact equality.

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 & R
) const

Remarks

Checks whether two rotators are identical. This checks each component for exact equality.

Returns

true if two rotators are identical, otherwise false.

Parameters

Parameter

Description

R

The other rotator.

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