Navigation
API > API/Plugins > API/Plugins/AvalancheTag
| Name | TAvaTagHandleSetKeyFuncs |
| Type | struct |
| Header File | /Engine/Plugins/VirtualProduction/Avalanche/Source/AvalancheTag/Public/AvaTagHandleKeyFuncs.h |
| Include Path | #include "AvaTagHandleKeyFuncs.h" |
Syntax
template<bool bInAllowDuplicateKeys>
struct TAvaTagHandleSetKeyFuncs : public BaseKeyFuncs< FAvaTagHandle, FAvaTagHandle, false >
Inheritance Hierarchy
- BaseKeyFuncs → TAvaTagHandleSetKeyFuncs
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementInitType | TCallTraits< FAvaTagHandle >::ParamType | 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 |