UBlueprintSetLibrary::Set_AddItems

Adds all elements from an Array to a 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_AddItems
(
    const TSet< int32 > & TargetSet,
    const TArray< int32 > & NewItems
)

Remarks

Adds all elements from an Array to a Set

Parameters

Parameter

Description

TargetSet

The set to search for the item

NewItems

The items 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