GetTypeHash

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.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "PhysicsEngine/RigidBodyIndexPair.h"

Syntax

uint32 GetTypeHash
(
    const FRigidBodyIndexPair Pair
)

Remarks

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.

Returns

the hash value for the passed in FRigidBodyIndexPair

Parameters

Parameter

Description

Pair

FRigidBodyIndexPair to calculate the hash value for

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