TSet::Remove

Removes an element from the set.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

void Remove
(
    FSetElementId ElementId
)

Remarks

Removes an element from the set.

Parameters

Parameter

Description

Element

A pointer to the element in the set, as returned by Add or Find.

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