HashCombine

Combines two hash values to get a third. - this function is not commutative.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Templates/TypeHash.h

Include

#include "Templates/TypeHash.h"

Syntax

uint32 HashCombine
(
    uint32 A,
    uint32 C
)

Remarks

Combines two hash values to get a third.

  • this function is not commutative.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss