FRigidBodyIndexPair

Endian save storage for a pair of rigid body indices used as a key in the CollisionDisableTable [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

struct FRigidBodyIndexPair

Remarks

Endian save storage for a pair of rigid body indices used as a key in the CollisionDisableTable TMap.

Variables

Name Description

Public variable

int32[2]

 

Indices

Pair of indices

Constructors

Name Description

Public function

FRigidBodyIndexPair()

Default constructor required for use with TMap

Public function

FRigidBodyIndexPair

(
    int32 Index1,
    int32 Index2
)

Constructor, taking unordered pair of indices and generating a key.

Operators

Name Description

Public function Const

bool

 

operator==

(
    const FRigidBodyIndexPair& Other
)

== operator required for use with TMap

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