The Create Slot From Template node takes in a template slot and duplicates it, along with the values if the UseTemplateValues
is set to true, otherwise you will need to enter the values to customize the newly duplicated slot.
Inputs
* (Call)
Calls to create a node from a template slot.
Template (Slot)
The template slot to duplicate.
UseTemplateValues (bool)
When a slot is duplicated, use the values from the template slot.
Name (String)
The Name of the duplicated slot.
Tag (String)
The Tag of the duplicated slot.
Active (bool)
The Active state of the duplicated slot.
Persistent (bool)
The Persistant state of the duplicated slot.
Parent (Slot)
The Parent slot of the duplicated slot.
Position (float3)
The Position of the duplicated slot.
Rotation (floatQ)
The Rotation of the duplicated slot.
Scale (float3)
The Scale of the duplicated slot.
OrderOffset (long)
The OrderOffset of the duplicated slot.
Outputs
Next (Continuation)
Continues the code from here.
Duplicate (Slot)
The duplicated slot reference.