CityHash64WithSeed

Hash function for a byte array. For convenience, a 64-bit seed is also hashed into the result.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Hash/CityHash.h

Include

#include "Hash/CityHash.h"

Source

/Engine/Source/Runtime/Core/Private/Hash/CityHash.cpp

Syntax

uint64 CityHash64WithSeed
(
    const char * buf,
    uint32 len,
    uint64 seed
)

Remarks

Hash function for a byte array. For convenience, a 64-bit seed is also hashed into the result.

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