UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CityHash.h File Reference
#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)
 

Function Documentation

◆ CityHash128to64()

uint64 CityHash128to64 ( const Uint128_64 x)
inline

◆ CityHash32()

CORE_API uint32 CityHash32 ( const char buf,
uint32  len 
)

◆ CityHash64()

CORE_API uint64 CityHash64 ( const char buf,
uint32  len 
)

◆ CityHash64WithSeed()

CORE_API uint64 CityHash64WithSeed ( const char buf,
uint32  len,
uint64  seed 
)

◆ CityHash64WithSeeds()

CORE_API uint64 CityHash64WithSeeds ( const char buf,
uint32  len,
uint64  seed0,
uint64  seed1 
)