To Array

Copies a Set into an Array.

Choose your operating system:

Windows

macOS

Linux

Set_ToArrayNode.png

The To Array node copies a Set's items into an Array container, ostensibly converting the Set into an Array.

Inputs

Pin Location

Name

Description

Set_ToArrayNode_1.png

(In) Exec

Input execution pin.

Set_ToArrayNode_2.png

Set

The Set containing items that you want to copy into an Array.

Outputs

Pin Location

Name

Description

Set_ToArrayNode_3.png

(Out) Exec

Output execution pin.

Set_ToArrayNode_4.png

Result (Array)

An Array containing copied items from the input Set.

Items contained in a Set are unordered, which means that when items are copied from a Set into an Array, the items are not guaranteed to be in a specified order.

Example Usage

Set_ToArrayUsage.png

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