Duplicate Slot
Slots
The Duplicate Slot node makes a copy of a slot and exposes the duplicated slot with the output called Duplicate
which can be used for any nodes that accept the slot type.
This node can take an overriding parent as an input for the duplicated slot. This acts similarly to the Set Parent node (with PreserveGlobalPosition
enabled, which is default on that node) without needing the extra node.
Inputs
* (Call)
Call this to write the value.
Template (Slot)
The slot to make a duplicate of.
OverrideParent (Slot)
The slot to place the duplicated slot under.
Outputs
Next (Continuation)
Will fire after Instance (Slot) has been duplicated due to * (Call) being impulsed.
Duplicate (Slot)
The duplicate of Instance (Slot). Will only exist during the Next (Continuation) Impulse context.
Examples
-
Example of how to use a duplicate slot with a template, to make a vending-machine esque item button.Example of how to use a duplicate slot with a template, to make a vending-machine esque item button.