![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <RigidBodyIndexPair.h>
Public Member Functions | |
| FRigidBodyIndexPair () | |
| FRigidBodyIndexPair (int32 Index1, int32 Index2) | |
| bool | operator== (const FRigidBodyIndexPair &Other) const |
Public Attributes | |
| int32 | Indices [2] |
Friends | |
| FArchive & | operator<< (FArchive &Ar, FRigidBodyIndexPair &Pair) |
Endian save storage for a pair of rigid body indices used as a key in the CollisionDisableTable TMap.
|
inline |
Default constructor required for use with TMap
Constructor, taking unordered pair of indices and generating a key.
| Index1 | 1st unordered index |
| Index2 | 2nd unordered index |
|
inline |
== operator required for use with TMap
| Other | FRigidBodyIndexPair to compare this one to. |
|
friend |
Serializes the rigid body index pair to the passed in archive.
| Ar | Archive to serialize data to. |
| Pair | FRigidBodyIndexPair to serialize |
| int32 FRigidBodyIndexPair::Indices[2] |
Pair of indices