FFnv::MemFnv32

Generates FNV hash of the memory area

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/Fnv.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/Fnv.cpp

Syntax

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

Remarks

Generates FNV hash of the memory area

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

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