Clear Array

Overview

Clear Array accepts an input Array and proceeds to remove and delete all elements contained in it. After that the Node outputs the emptied Array with a size of 0.

Scope: Project, Scene, Function, Prefab.

Inputs

InputTypeDescription

Pulse Input (►)

Pulse

A standard Input Pulse, to trigger the execution of the Node.

Array

Array

The input Array you wish to empty.

Outputs

OutputTypeDescription

Pulse Output (►)

Pulse

A standard Output Pulse, to move onto the next Node along the Logic Branch, once this Node has finished its execution.

Empty Array

Array

The emptied output Array.

See Also

Last updated