Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1365
bool UFlowGraphNode::IsSubNode() const
1366
{
1367
return bIsSubNode || (ParentNode != nullptr);
1368
}
1369
1370
void UFlowGraphNode::NodeConnectionListChanged()
1371
{
Callers
11
PasteNodesHere
Method · 0.80
CanPasteNodesAsSubNodes
Method · 0.80
ComputeSubNodeChildIndentPaddingMargin
Method · 0.80
GetNodeTitleColor
Method · 0.80
GetNodeBodyColor
Method · 0.80
GetNodeTitleIconColor
Method · 0.80
GetNodeTitleTextColor
Method · 0.80
GetEnabledStateWidget
Method · 0.80
OnMouseMove
Method · 0.80
OnMouseButtonDown
Method · 0.80
OnDragEnter
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected