CityHash64WithSeeds

Hash function for a byte array. For convenience, two seeds are 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 CityHash64WithSeeds
(
    const char * buf,
    uint32 len,
    uint64 seed0,
    uint64 seed1
)

Remarks

Hash function for a byte array. For convenience, two seeds are 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