Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FFnv
Description
Generates FNV hash of the memory area
Algorithm implementation from http://tools.ietf.org/html/draft-eastlake-fnv-16
| Name | MemFnv32 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Fnv.h |
| Include Path | #include "Misc/Fnv.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Fnv.cpp |
static uint32 MemFnv32
(
const void * Data,
int32 Length,
uint32 FNV
)