Select Child Node
Updated: 28 May 2025
Selective a connected child node to be active.Updated: 28 May 2025
Selective a connected child node to be active.Allows you to selectively enable or disable the execution of connected child nodes at runtime based on an index. Only one child node can be active at a time, but when used in conjunction with Null or Execute Child Nodes, you can add a tree of child nodes. This is useful for menu systems or general logic.
The index is based on the vertical order of the child nodes in the nodegraph. i.e. Index 0.0 will be the top most node. Index 1.0 the next down.
Unlike other systems, procedural systems are not dynamic; therefore, this node cannot be used within a procedural system.
These properties control the core behaviours of the node.
Parameter | Details |
---|---|
Child Node Index | Executes the child with this index (indexes start at 0.0) |