TSet::Remove

Removes all elements from the set matching the specified key.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

int32 Remove
(
    KeyInitType Key
)

Remarks

Removes all elements from the set matching the specified key.

Returns

The number of elements removed.

Parameters

Parameter

Description

Key

The key to match elements against.

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