Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MothCocoon/FlowGraph
/ GetStatusString
Method
GetStatusString
Source/Flow/Private/Nodes/FlowNodeBase.cpp:627–630 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
625
#endif // WITH_EDITOR
626
627
FString UFlowNodeBase::GetStatusString() const
628
{
629
return K2_GetStatusString();
630
}
631
632
#if WITH_EDITOR
633
FString UFlowNodeBase::GetNodeCategory() const
Callers
1
GetStatusStringForNodeAndAddOns
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected