This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
GetArrayElement (v1)
Get an element from an array
Input(s) : Array [Intrinsic] - Array to get the element from Index - Index to get the element at
Output(s): Array [Passthrough] - Array to get the element from Element - Element from the array at the specified index
Information
| Module | GeometryCollectionNodes |
| Category | Utilities|Array |
| Tags | Index At |
| Type | FDataflowGetArrayElementNode |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | Array to get the element from | FDataflowArrayTypes | () |
| Index | Index to get the element at | int32 | 0 |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Array | Array to get the element from | FDataflowArrayTypes | |
| Element | Element from the array at the specified index | FDataflowAllTypes |