Navigation
API > API/Runtime > API/Runtime/Core
FNV hash generation for different types of input data
| Name | FFnv |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Fnv.h |
| Include Path | #include "Misc/Fnv.h" |
Syntax
struct FFnv
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static uint32 MemFnv32
(
const void* Data, |
Generates FNV hash of the memory area | Misc/Fnv.h | |
static uint64 MemFnv64
(
const void* Data, |
Misc/Fnv.h |