Navigation
API > API/Plugins > API/Plugins/AvalancheTag
| Name | TAvaTagHandleMapKeyFuncs |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheTag/Public/AvaTagHandleKeyFuncs.h |
| Include Path | #include "AvaTagHandleKeyFuncs.h" |
Syntax
template<typename InValueType, bool bInAllowDuplicateKeys>
struct TAvaTagHandleMapKeyFuncs : public BaseKeyFuncs< TPair< FAvaTagHandle, InValueType >, FAvaTagHandle, false >
Inheritance Hierarchy
- BaseKeyFuncs → TAvaTagHandleMapKeyFuncs
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementInitType | const TPairInitializer< TTypeTraits< FAvaTagHandle >::ConstInitType, typename TTypeTraits< InValueType >::ConstInitType > & | AvaTagHandleKeyFuncs.h | |
| KeyInitType | TTypeTraits< FAvaTagHandle >::ConstPointerType | AvaTagHandleKeyFuncs.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyInitType InKey |
AvaTagHandleKeyFuncs.h | ||
static KeyInitType GetSetKey
(
ElementInitType InElement |
AvaTagHandleKeyFuncs.h | ||
static bool Matches
(
KeyInitType A, |
AvaTagHandleKeyFuncs.h |