Navigation
API > API/Runtime > API/Runtime/Core
Description
Hash 128 input bits down to 64 bits of output. This is intended to be a reasonably good hash function.
| Name | CityHash128to64 |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Hash/CityHash.h |
| Include Path | #include "Hash/CityHash.h" |
uint64 CityHash128to64
(
const Uint128_64 & x
)