FRigidBodyIndexPair::operator==

== operator required for use with [TMap](API\Runtime\Core\Containers\TMap)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/PhysicsEngine/RigidBodyIndexPair.h

Include

#include "PhysicsEngine/RigidBodyIndexPair.h"

Syntax

bool operator==
(
    const FRigidBodyIndexPair & Other
) const

Remarks

== operator required for use with TMap

Returns

true if the passed in FRigidBodyIndexPair is identical to this one, false otherwise

Parameters

Parameter

Description

Other

FRigidBodyIndexPair to compare this one to.

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