Navigation
API > API/Runtime > API/Runtime/uLangCore
Description
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.
| Name | uLang::HashCombineFast |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Containers/HashTraits.h |
| Include Path | #include "uLang/Common/Containers/HashTraits.h" |
namespace uLang
{
uint32_t uLang::HashCombineFast
(
uint32_t A,
uint32_t B
)
}