UInworldNode_SubgraphNode | Inherits from: UInworldNode
A node that executes another graph as a subgraph within the current graph. This node allows for modular graph design by embedding one graph asset within another. It manages the execution of the subgraph and handles data flow between the parent graph and the embedded subgraph. This enables graph reusability and complex hierarchical workflows.

Methods
Reference
GetGraphAsset
Retrieves the currently configured graph asset.Examples
Returns
Type:UInworldGraphAsset*
Description: Pointer to the graph asset, or nullptr if none is set