UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
RigidBodyIndexPair.h File Reference
#include "CoreMinimal.h"

Go to the source code of this file.

Classes

struct  FRigidBodyIndexPair
 

Functions

uint32 GetTypeHash (const FRigidBodyIndexPair Pair)
 

Function Documentation

◆ GetTypeHash()

uint32 GetTypeHash ( const FRigidBodyIndexPair  Pair)
inline

Generates a hash value in accordance with the uint64 implementation of GetTypeHash which is required for backward compatibility as older versions of UPhysicsAssetInstance stored a TMap<uint64,bool>.

Parameters
PairFRigidBodyIndexPair to calculate the hash value for
Returns
the hash value for the passed in FRigidBodyIndexPair