![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "CoreTypes.h"Go to the source code of this file.
Classes | |
| struct | Uint128_64 |
Functions | |
| CORE_API uint64 | CityHash64 (const char *buf, uint32 len) |
| CORE_API uint64 | CityHash64WithSeed (const char *buf, uint32 len, uint64 seed) |
| CORE_API uint64 | CityHash64WithSeeds (const char *buf, uint32 len, uint64 seed0, uint64 seed1) |
| CORE_API uint32 | CityHash32 (const char *buf, uint32 len) |
| uint64 | CityHash128to64 (const Uint128_64 &x) |
|
inline |