Apparatus Version 1.23
ECS data-oriented workflow for Unreal Engine.
Loading...
Searching...
No Matches
Functions
TypeHash.h File Reference

Additional utilities for Unreal Engine's type hashing. More...

#include "Templates/TypeHash.h"
Include dependency graph for TypeHash.h:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Additional utilities for Unreal Engine's type hashing.

Function Documentation

◆ MoreHashCombine() [1/2]

template<typename ... Hs>
uint32 MoreHashCombine ( const Hs...  Hashes)
inline

Combine several hashes.

This function is present because the standard one doesn't support more than two operands.

◆ MoreHashCombine() [2/2]

template<size_t N>
uint32 MoreHashCombine ( const uint32(&)  Hashes[N])
inline

Combine several hashes.

This function is present because the standard one doesn't support more than two operands.