UBlueprintSetLibrary::Set_Add

Adds item to set

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintSetLibrary.h

Include

#include "Kismet/BlueprintSetLibrary.h"

Syntax

static void Set_Add
(
    const TSet< int32 > & TargetSet,
    const int32 & NewItem
)

Remarks

Adds item to set

Parameters

Parameter

Description

TargetSet

The set to add item to

NewItem

The item to add to the set

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