TSet::ContainsByHash

Checks if the element contains an element with the given key.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

template<typename ComparableKey>
bool ContainsByHash
(
    uint32 KeyHash,
    const ComparableKey & Key
) const

Remarks

Checks if the element contains an element with the given key.

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