TSet::Contains

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

bool Contains
(
    KeyInitType Key
) const

Remarks

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

Returns

true if the set contains an element with the given key.

Parameters

Parameter

Description

Key

The key to check for.

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