CreateBlackboardVariableKeys |
Finds each blackboard variable on the editor graph, creates a ‣ to represent the variable, and adds it to the runtime graph asset. |
CreateBlackboardVariableKey |
Creates a new instance of ‣ based on the provided variable, initializing it with the variable's data type and name. |
CreateRuntimeNodes |
Traverses the node graph starting from the specified start node, creates corresponding runtime nodes, and adds them to the given RuntimeReturnGraph. |
ConnectNodes |
Establishes connections between runtime nodes in the RuntimeReturnGraph based on the provided mapping of editor nodes to runtime node indices. |