PXC Documentation

PXC Home

Array Remove

1.18.0

Remove member in an array.

Node Data

Display name

Array Remove

Internal name

Node_Array_Remove

Inheritances

Node_Array_Remove

Inputs

Array

enum

Type

int

Index

Value

bool

Spread Array

Outputs

any

Array


Remove an element from an array at a specific index.



Properties


ArrayArray to remove element from
TypeWhether to remove the element at the specific index or remove the matching element
IndexIndex of the element to remove (in index mode)
ValueValue of the element to remove (in value mode)



Commit History


1.12.0
  • Introduced

Related Links