Navigation
API > API/Runtime > API/Runtime/Core
An implementation of KeyFuncs for maps which hashes string pointers by FCrc::Strihash_DEPRECATED.
| Name | TStringPointerMapKeyFuncs_DEPRECATED |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include Path | #include "Misc/Crc.h" |
Syntax
template<typename InKeyType, typename InValueType, bool bInAllowDuplicateKeys>
struct TStringPointerMapKeyFuncs_DEPRECATED
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementInitType | const TTuple< typename TTypeTraits< InKeyType >::ConstInitType, typename TTypeTraits< InValueType >::ConstInitType > & | Misc/Crc.h | |
| KeyInitType | typename TTypeTraits< InKeyType >::ConstPointerType | Misc/Crc.h | |
| KeyType | InKeyType | Misc/Crc.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| bAllowDuplicateKeys | bool | Misc/Crc.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
ComparableKey Key |
Misc/Crc.h | ||
static KeyInitType GetSetKey
(
ElementInitType Element |
Misc/Crc.h | ||
static bool Matches
(
KeyInitType A, |
Misc/Crc.h |