UBlueprintSetLibrary::Set_ToArray

Outputs an Array containing copies of the entries of 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_ToArray
(
    const TSet< int32 > & A,
    TArray< int32 > & Result
)

Remarks

Outputs an Array containing copies of the entries of a Set.

Parameters

Parameter

Description

A

Set

Result

Array

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