Clear Dynamic Variables
Dynamic
The Clear Dynamic Variables
node takes in a slot hierarchy and a string literal path of the dynamic space name. For more information, see Dynamic Variables.
Inputs
* (Call)
Calls an impulse to clear all dynamic variables from a given dynamic space.
Target (Slot)
The slot hierarchy for this node to look through.
SpaceName (string)
The dynamic space name to find and clear out the dynamic variables from.
Outputs
OnNotFound (Continuation)
Fires when the path is incorrect or there is nothing to find in the given slot hierarchy.
OnCleared (Continuation)
Fires when the dynamic space name is found and all dynamic variables under that name is removed.
ClearedCount (int)
Returns the number of dynamic variables that have been removed by this node.