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

Method GetFlowGraphEditor

Source/FlowEditor/Private/Graph/FlowGraphUtils.cpp:37–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37TSharedPtr<SFlowGraphEditor> FFlowGraphUtils::GetFlowGraphEditor(const UEdGraph* Graph)
38{
39 TSharedPtr<SFlowGraphEditor> FlowGraphEditor;
40
41 const TSharedPtr<FFlowAssetEditor> FlowEditor = GetFlowAssetEditor(Graph);
42 if (FlowEditor.IsValid())
43 {
44 FlowGraphEditor = FlowEditor->GetFlowGraph();
45 }
46
47 return FlowGraphEditor;
48}
49
50FString FFlowGraphUtils::RemovePrefixFromNodeText(const FText& Source)
51{

Callers

nothing calls this directly

Calls 2

IsValidMethod · 0.80
GetFlowGraphMethod · 0.80

Tested by

no test coverage detected