UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
UE::MovieScene::FCustomPrimitiveDataEntryTraits::FKeyType Struct Reference

Public Member Functions

 FKeyType (FObjectKey InObject, FName InIndexName)
 

Public Attributes

FObjectKey Object
 
FName IndexName
 

Friends

uint32 GetTypeHash (const FKeyType &InKey)
 
bool operator== (const FKeyType &A, const FKeyType &B)
 

Constructor & Destructor Documentation

◆ FKeyType()

UE::MovieScene::FCustomPrimitiveDataEntryTraits::FKeyType::FKeyType ( FObjectKey  InObject,
FName  InIndexName 
)
inline

Constructor that takes a BoundObject (the component) and the FName for the data index

Friends And Related Symbol Documentation

◆ GetTypeHash

uint32 GetTypeHash ( const FKeyType InKey)
friend

Hashing and equality required for storage within a map

◆ operator==

bool operator== ( const FKeyType A,
const FKeyType B 
)
friend

Member Data Documentation

◆ IndexName

FName UE::MovieScene::FCustomPrimitiveDataEntryTraits::FKeyType::IndexName

◆ Object

FObjectKey UE::MovieScene::FCustomPrimitiveDataEntryTraits::FKeyType::Object

The documentation for this struct was generated from the following file: