Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Kismet > UBlueprintSetLibrary
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Kismet/BlueprintSetLibrary.h |
Include | #include "Kismet/BlueprintSetLibrary.h" |
static void Set_AddItems
&40;
const TSet< int32 > & TargetSet,
const TArray< int32 > & NewItems
&41;
Remarks
Adds all elements from an Array to a Set
Parameters
Name | Description |
---|---|
TargetSet | The set to search for the item |
NewItems | The items to add to the set |