UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TTypedElementOwnerStore< ElementDataType, KeyDataType > Member List

This is the complete list of members for TTypedElementOwnerStore< ElementDataType, KeyDataType >, including all inherited members.

ContainsElementOwner(const KeyDataType &InKey) constTTypedElementOwnerStore< ElementDataType, KeyDataType >inline
FindElementOwner(const KeyDataType &InKey) constTTypedElementOwnerStore< ElementDataType, KeyDataType >inline
FindMutableElementOwner(const KeyDataType &InKey)TTypedElementOwnerStore< ElementDataType, KeyDataType >inline
FindOrRegisterElementOwner(const KeyDataType &InKey, TFunctionRef< TTypedElementOwner< ElementDataType >()> InCreateElement)TTypedElementOwnerStore< ElementDataType, KeyDataType >inline
RegisterElementOwner(const KeyDataType &InKey, TTypedElementOwner< ElementDataType > &&InElementOwner)TTypedElementOwnerStore< ElementDataType, KeyDataType >inline
TTypedElementOwnerStore()=defaultTTypedElementOwnerStore< ElementDataType, KeyDataType >
UnregisterElementOwner(const KeyDataType &InKey)TTypedElementOwnerStore< ElementDataType, KeyDataType >inline
UnregisterElementOwners(TFunctionRef< bool(const TTypedElementOwner< ElementDataType > &)> InShouldUnregisterElement, TFunctionRef< void(TTypedElementOwner< ElementDataType > &&)> InOnUnregisterElement)TTypedElementOwnerStore< ElementDataType, KeyDataType >inline
~TTypedElementOwnerStore()TTypedElementOwnerStore< ElementDataType, KeyDataType >inline