Navigation
API > API/Runtime > API/Runtime/Core
Description
Hash function for a byte array. Most useful in 32-bit binaries. NOTE: provided for compatibility, newer code should prefer XXHash.
| Name | CityHash32 |
| 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 |
uint32 CityHash32
(
const char * buf,
uint32 len
)