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
Input
Type
Description
Pulse Input (►)
Pulse
A standard Input Pulse, to trigger the execution of the Node.
Array
Array
The input Array you wish to empty.
Outputs
Output
Type
Description
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
External Links
Arrays on Wikipedia.
Last updated
Was this helpful?