Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Templates/TypeHash.h |
| Include | #include "Templates/TypeHash.h" |
uint32 HashCombine
(
uint32 A,
uint32 C
)
Remarks
Combines two hash values to get a third. Note - this function is not commutative.
This function cannot change for backward compatibility reasons. You may want to choose HashCombineFast for a better in-memory hash combining function.