UDocumentation
UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
CityHashHelpers.h
Go to the documentation of this file.
1
// Copyright Epic Games, Inc. All Rights Reserved.
2
3
#pragma once
4
5
#include "
CityHash.h
"
6
7
template
<
typename
T>
8
uint64
AppendCityHash
(
const
T&
Value
,
uint64
Seed
)
9
{
10
return
CityHash64WithSeed
((
const
char
*)&
Value
,
sizeof
(
Value
),
Seed
);
11
}
AppendCityHash
uint64 AppendCityHash(const T &Value, uint64 Seed)
Definition
CityHashHelpers.h:8
CityHash64WithSeed
uint64 CityHash64WithSeed(const char *s, uint32 len, uint64 seed)
Definition
CityHash.cpp:430
CityHash.h
uint64
FPlatformTypes::uint64 uint64
A 64-bit unsigned integer.
Definition
Platform.h:1117
EGroomViewMode::Seed
@ Seed
EColorPickerChannels::Value
@ Value
Engine
Source
Runtime
Core
Public
Hash
CityHashHelpers.h
Generated by
1.9.8