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

Method GetPIENotifyText

Source/FlowEditor/Private/Graph/FlowGraphEditor.cpp:378–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378FText SFlowGraphEditor::GetPIENotifyText() const
379{
380 if (const UFlowAsset* InspectedInstance = FlowAsset->GetInspectedInstance())
381 {
382 if (const UWorld* InspectedWorld = InspectedInstance->GetWorld())
383 {
384 return FText::FromString(GetDebugStringForWorld(InspectedWorld));
385 }
386 }
387
388 return LOCTEXT("PIENotifyText_FlowAsset", "Template");
389}
390
391void SFlowGraphEditor::UndoGraphAction()
392{

Callers

nothing calls this directly

Calls 2

GetInspectedInstanceMethod · 0.80
GetWorldMethod · 0.45

Tested by

no test coverage detected