Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ GetFlowGraph
Method
GetFlowGraph
Source/FlowEditor/Private/Graph/Nodes/FlowGraphNode.cpp:1360–1363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1358
}
1359
1360
UFlowGraph* UFlowGraphNode::GetFlowGraph() const
1361
{
1362
return CastChecked<UFlowGraph>(GetGraph());
1363
}
1364
1365
bool UFlowGraphNode::IsSubNode() const
1366
{
Callers
2
GetFlowGraphEditor
Method · 0.80
OnDrop
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected