Skip to main content
Version: 3.9.0

Get Children Scene Objects

Captures all the children of a parent Scene Object.

Input

NameData TypeDescription
EnterExecThe input that triggers this node.
ParentScene ObjectThe Scene Object to which all the target children Scene Objects are attached to.
RecursiveNumberThe depth of Scene Object children to capture. Set to 1.0 (default) for children; set to 2.0 to include grand children.

Output

NameData TypeDescription
NextExecExecute the next node.
Children{dataType} ArrayAll the children from the parent Scene Object.