Delete Dynamic Variable
Dynamic
The Delete Dynamic Variable
node takes in a slot hierarchy and a string literal for the path. This will check for the dynamic variable space, and then the variable within, if one is found, the variable will be removed. For more information, see Dynamic Variables.
Inputs
* (Call)
Calls an impulse to find and delete the variable from the given hierarchy and path.
Target (Slot)
This slot hierarchy to search through.
Path (string)
The path to find the dynamic variable.
Outputs
OnNotFound (Continuation)
Fires when the path is incorrect or there is nothing to find in the given slot hierarchy.
OnDeleted (Continuation)
Fires when a dynamic variable was found and deleted.