![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Fnv.h>
Static Public Member Functions | |
| static CORE_API uint32 | MemFnv32 (const void *Data, int32 Length, uint32 FNV=0) |
| static CORE_API uint64 | MemFnv64 (const void *Data, int32 Length, uint64 FNV=0) |
FNV hash generation for different types of input data
generates FNV hash of the memory area
Algorithm implementation from http://tools.ietf.org/html/draft-eastlake-fnv-16