TSet::FindIdByHash

Finds an element with a pre-calculated hash and a key that can be compared to KeyType

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Set.h

Include

#include "Containers/Set.h"

Syntax

template<typename ComparableKey>
FSetElementId FindIdByHash
(
    uint32 KeyHash,
    const ComparableKey & Key
) const

Remarks

Finds an element with a pre-calculated hash and a key that can be compared to KeyType

Returns

The element id that matches the key and hash or an invalid element id

See Also

Class documentation section on ByHash() functions

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