Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Hash
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 |
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.