Navigation
API > API/Runtime > API/Runtime/Core
Description
Hash function for a byte array. For convenience, a 64-bit seed is also hashed into the result. NOTE: provided for compatibility, newer code should prefer XXHash.
| Name | CityHash64WithSeed |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/CityHash.h |
| Include Path | #include "Hash/CityHash.h" |
| Source | /Engine/Source/Runtime/Core/Private/Hash/CityHash.cpp |
uint64 CityHash64WithSeed
(
const char * buf,
uint32 len,
uint64 seed
)