![]() |
Apparatus
Version 1.23
ECS data-oriented workflow for Unreal Engine.
|
Additional utilities for Unreal Engine's type hashing. More...
#include "Templates/TypeHash.h"
Functions | |
template<size_t N> | |
uint32 | MoreHashCombine (const uint32(&Hashes)[N]) |
Combine several hashes. | |
template<typename ... Hs> | |
uint32 | MoreHashCombine (const Hs... Hashes) |
Combine several hashes. | |
Additional utilities for Unreal Engine's type hashing.
|
inline |
Combine several hashes.
This function is present because the standard one doesn't support more than two operands.
|
inline |
Combine several hashes.
This function is present because the standard one doesn't support more than two operands.