-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Node groups may be used to reduce the repetitive usage of logic nodes in a node tree and make the tree more elegant.
Armory logic node trees
can be used as node groups
in other logic node trees
. To create a new node group
, first create a new logic tree
. In this tree, add a Group Input Node
and/or a Group Output Node
. So a node group
may have just an input, just an output or both an input and an output.
Note that each logic node tree
can have only one Group Input Node
and one Group Output Node
.
Once the group inputs and/ or outputs are added, they may be connected with more logic nodes for functionality. To use this node group
in other logic node trees
, add a Call Node Group
node in the other tree and select the node tree to be used as a group.
Group with both inputs and outputs:
Group with outputs only:
Group inputs only:
- Function nodes will not work when used inside a
node group
. However, it will work if used outside of thenode groups
itself. - Variable nodes are fully supported in a
node group
. - Live patching does not work for nodes inside a
node group
. Any node outside anode group
supports live patching.