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 HashCombineFast
(
uint32 A,
uint32 B
)
Remarks
Combines two hash values to get a third. Note - this function is not commutative.
WARNING! This function is subject to change and should only be used for creating combined hash values which don't leave the running process, e.g. GetTypeHash() overloads.