UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FFnv Struct Reference

#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)
 

Detailed Description

FNV hash generation for different types of input data

Member Function Documentation

◆ MemFnv32()

uint32 FFnv::MemFnv32 ( const void InData,
int32  Length,
uint32  InOffset = 0 
)
static

generates FNV hash of the memory area

Algorithm implementation from http://tools.ietf.org/html/draft-eastlake-fnv-16

◆ MemFnv64()

uint64 FFnv::MemFnv64 ( const void Data,
int32  Length,
uint64  FNV = 0 
)
static

The documentation for this struct was generated from the following files: