MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / IsSubNode

Method IsSubNode

Source/FlowEditor/Private/Graph/Nodes/FlowGraphNode.cpp:1365–1368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1363}
1364
1365bool UFlowGraphNode::IsSubNode() const
1366{
1367 return bIsSubNode || (ParentNode != nullptr);
1368}
1369
1370void UFlowGraphNode::NodeConnectionListChanged()
1371{

Callers 11

PasteNodesHereMethod · 0.80
GetNodeTitleColorMethod · 0.80
GetNodeBodyColorMethod · 0.80
GetNodeTitleIconColorMethod · 0.80
GetNodeTitleTextColorMethod · 0.80
GetEnabledStateWidgetMethod · 0.80
OnMouseMoveMethod · 0.80
OnMouseButtonDownMethod · 0.80
OnDragEnterMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected