Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCrc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 Strihash_DEPRECATED
(
const CharType* Data |
Case insensitive string hash function. | Misc/Crc.h | |
uint32 Strihash_DEPRECATED
(
const ANSICHAR* Data |
Misc/Crc.h | ||
uint32 Strihash_DEPRECATED
(
const WIDECHAR* Data |
Misc/Crc.h | ||
uint32 Strihash_DEPRECATED
(
const UTF8CHAR* Data |
Misc/Crc.h | ||
static uint32 Strihash_DEPRECATED
(
const int32 DataLen, |
Misc/Crc.h | ||
uint32 Strihash_DEPRECATED
(
const int32 DataLen, |
Misc/Crc.h | ||
uint32 Strihash_DEPRECATED
(
const int32 DataLen, |
Misc/Crc.h | ||
uint32 Strihash_DEPRECATED
(
const int32 DataLen, |
Misc/Crc.h |
Strihash_DEPRECATED(const CharType *)
Description
Case insensitive string hash function.
| Name | Strihash_DEPRECATED |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include Path | #include "Misc/Crc.h" |
template<typename CharType>
static uint32 Strihash_DEPRECATED
(
const CharType * Data
)
Strihash_DEPRECATED(const ANSICHAR *)
| Name | Strihash_DEPRECATED |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include Path | #include "Misc/Crc.h" |
template<>
uint32 Strihash_DEPRECATED
(
const ANSICHAR * Data
)
Strihash_DEPRECATED(const WIDECHAR *)
| Name | Strihash_DEPRECATED |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include Path | #include "Misc/Crc.h" |
template<>
uint32 Strihash_DEPRECATED
(
const WIDECHAR * Data
)
Strihash_DEPRECATED(const UTF8CHAR *)
| Name | Strihash_DEPRECATED |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include Path | #include "Misc/Crc.h" |
template<>
uint32 Strihash_DEPRECATED
(
const UTF8CHAR * Data
)
Strihash_DEPRECATED(const int32, const CharType *)
| Name | Strihash_DEPRECATED |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include Path | #include "Misc/Crc.h" |
template<typename CharType>
static uint32 Strihash_DEPRECATED
(
const int32 DataLen,
const CharType * Data
)
Strihash_DEPRECATED(const int32, const ANSICHAR *)
| Name | Strihash_DEPRECATED |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include Path | #include "Misc/Crc.h" |
template<>
uint32 Strihash_DEPRECATED
(
const int32 DataLen,
const ANSICHAR * Data
)
Strihash_DEPRECATED(const int32, const WIDECHAR *)
| Name | Strihash_DEPRECATED |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include Path | #include "Misc/Crc.h" |
template<>
uint32 Strihash_DEPRECATED
(
const int32 DataLen,
const WIDECHAR * Data
)
Strihash_DEPRECATED(const int32, const UTF8CHAR *)
| Name | Strihash_DEPRECATED |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Crc.h |
| Include Path | #include "Misc/Crc.h" |
template<>
uint32 Strihash_DEPRECATED
(
const int32 DataLen,
const UTF8CHAR * Data
)