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
RemoveFloatArrayElement (v1)
Removes the specified element from an array
Input(s) : FloatArray [Intrinsic] - Array to remove the element from
Output(s): FloatArray [Passthrough] - Array to remove the element from
Information
| Module | GeometryCollectionNodes |
| Category | Utilities|Array |
| Type | FRemoveFloatArrayElementDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Index | Element index | int32 | 0 |
| bPreserveOrder | Preserve order, if order not important set it to false for faster computation | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| FloatArray | Array to remove the element from | TArray<float> | |
| Index | Element index | int32 | 0 |