CityHash64

Hash function for a byte array.

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 CityHash64
(
    const char * buf,
    uint32 len
)

Remarks

Hash function for a byte array.

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