FFnv

FNV hash generation for different types of input data

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/Fnv.h

Include

#include "Misc/Fnv.h"

Syntax

struct FFnv

Remarks

FNV hash generation for different types of input data

Functions

Name Description

Public function Static

uint32

 

MemFnv32

(
    const void* Data,
    int32 Length,
    uint32 FNV
)

Generates FNV hash of the memory area

Public function Static

uint64

 

MemFnv64

(
    const void* Data,
    int32 Length,
    uint64 FNV
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss