Navigation
API > API/Runtime > API/Runtime/Core
An implementation of KeyFuncs for sets which hashes string pointers by FCrc::Strihash_DEPRECATED.
| Name | TStringPointerSetKeyFuncs_DEPRECATED |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include Path | #include "Misc/Crc.h" |
Syntax
template<typename InKeyType, bool bInAllowDuplicateKeys>
struct TStringPointerSetKeyFuncs_DEPRECATED
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementInitType | typename TCallTraits< InKeyType >::ParamType | 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 |