Set Parent Slot
Slots
Sets the parent of Instance (Slot).
Inputs
* (Call)
Set the parent of Instance (Slot) to NewParent (Slot)
Instance (Slot)
The slot to set the parent of.
NewParent (Slot)
The slot to set the parent of Instance (Slot) to.
PreserveGlobalPosition (bool)
Whether or not to keep the values for Instance (Slot)'s local transforms or to keep it in the same place visually.
Outputs
Next (Continuation)
Sends an impulse when Instance (Slot) is sucessfully parented to NewParent (Slot), or if NewParent (Slot) is null it will set it to the Root Slot of the World.
Examples
-
An example of the slot "Foo" setting it's parent slot set to "Bar" from "Foo2".