Navigation
API > API/Runtime > API/Runtime/Core
| Name | FGenericPlatformSymbolDatabaseKeyFuncs |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformSymbolication.h |
| Include Path | #include "GenericPlatform/GenericPlatformSymbolication.h" |
Syntax
struct FGenericPlatformSymbolDatabaseKeyFuncs
Enums
Public
| Name | Remarks |
|---|---|
| FGenericPlatformSymbolDatabaseKeyFuncs |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| ElementInitType | TCallTraits< FGenericPlatformSymbolDatabase >::ParamType | GenericPlatform/GenericPlatformSymbolication.h | |
| KeyInitType | TCallTraits< FString >::ParamType | GenericPlatform/GenericPlatformSymbolication.h |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 GetKeyHash
(
KeyInitType Key |
Calculates a hash index for a key. | GenericPlatform/GenericPlatformSymbolication.h | |
static KeyInitType GetSetKey
(
ElementInitType Element |
GenericPlatform/GenericPlatformSymbolication.h | ||
static bool Matches
(
KeyInitType A, |
GenericPlatform/GenericPlatformSymbolication.h |