Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ FocusDiff
Method
FocusDiff
Source/FlowEditor/Private/Asset/SFlowDiff.cpp:642–645 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
640
}
641
642
void FFlowDiffPanel::FocusDiff(const UEdGraphPin& Pin) const
643
{
644
GraphEditor.Pin()->JumpToPin(&Pin);
645
}
646
647
void FFlowDiffPanel::FocusDiff(const UEdGraphNode& Node) const
648
{
Callers
1
OnDiffListSelectionChanged
Method · 0.80
Calls
2
IsValid
Method · 0.80
JumpToNode
Method · 0.80
Tested by
no test coverage detected