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

Method GetInspectedInstance

Source/Flow/Private/Nodes/FlowNode.cpp:1244–1252  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1242
1243#if WITH_EDITOR
1244UFlowNode* UFlowNode::GetInspectedInstance() const
1245{
1246 if (const UFlowAsset* FlowInstance = GetFlowAsset()->GetInspectedInstance())
1247 {
1248 return FlowInstance->GetNode(GetGuid());
1249 }
1250
1251 return nullptr;
1252}
1253
1254FString UFlowNode::GetStatusStringForNodeAndAddOns() const
1255{

Callers 12

BuildPathsMethod · 0.80
GetPIENotifyTextMethod · 0.80
FocusViewportMethod · 0.80
GetFlowNodeBaseMethod · 0.80
GetActivationStateMethod · 0.80
GetStatusStringMethod · 0.80
IsContentPreloadedMethod · 0.80
FillBreadcrumbMethod · 0.80
OnCrumbClickedMethod · 0.80

Calls 1

GetFlowAssetFunction · 0.85

Tested by

no test coverage detected