Node Graph
Node graph is a function that allows you to connect nodes and create a flow of behavior.
Types of node graphs
Logic Graph
The main node graph for controlling behavior.
It is built into Logic Controller and Logic Behavior You can create graphs by creating objects such as or Logic Asset.
For details, see Logic Graph.
Function graph
It is a node graph that can be called like a function as a child graph of Logic Graph.
It can be created using the internal function graph of Logic Controller, or Task Graph Asset or Evaluate Graph Asset.
- Task Graph
A graph that runs continuously. - Evaluate Graph
This is a graph that performs processing that can be completed in an instant.
Blackboard(Local)
The node graph has a built-in Blackboard, which can be used to temporarily store values in the graph like a local variable of a function. can.