PXC Documentation

PXC Home

Array Remove

1.18.0

Remove member in an array.



Node Data

ValuesPb Array

Display name

Array Remove

Internal name

Node_Array_Remove

Inheritances

node
node_array_remove

Inputs

node_array_remove

any

Array

enum

Type

int

Index

any

Value

bool

Spread Array

Outputs

node_array_remove

any

Array

Remove an element from an array at a specific index.



Properties


Array


Array to remove element from


Type


Whether to remove the element at the specific index or remove the matching element


Index


Index of the element to remove (in index mode)


Value


Value of the element to remove (in value mode)