Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ JumpToNode
Method
JumpToNode
Source/FlowEditor/Private/Asset/FlowAssetEditor.cpp:606–612 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
604
}
605
606
void FFlowAssetEditor::JumpToNode(const UEdGraphNode* Node) const
607
{
608
if (GetFlowGraph().IsValid())
609
{
610
GetFlowGraph()->JumpToNode(Node, false);
611
}
612
}
613
614
#undef LOCTEXT_NAMESPACE
Callers
7
OnClick
Method · 0.80
OnDoubleClick
Method · 0.80
JumpToInnerObject
Method · 0.80
OnLogTokenClicked
Method · 0.80
FocusDiff
Method · 0.80
OnBreakpointHit
Method · 0.80
OnCrumbClicked
Method · 0.80
Calls
2
GetFlowGraph
Function · 0.85
IsValid
Method · 0.80
Tested by
no test coverage detected