Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include | #include "Misc/Crc.h" |
Syntax
template<typename InKeyType, bool bInAllowDuplicateKeys>
struct TStringPointerSetKeyFuncs_DEPRECATED
Remarks
An implementation of KeyFuncs for sets which hashes string pointers by FCrc::Strihash_DEPRECATED.
Functions
| Type | Name | Description | |
|---|---|---|---|
| uint32 | GetKeyHash
(
ComparableKey Key |
||
| KeyInitType | GetSetKey
(
ElementInitType Element |
||
| bool | Matches
(
KeyInitType A, |
Typedefs
| Name | Description |
|---|---|
| ElementInitType | |
| KeyInitType | |
| KeyType |
Constants
| Name | Description |
|---|---|
| bAllowDuplicateKeys |