MCPcopy 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
627FString UFlowNodeBase::GetStatusString() const
628{
629 return K2_GetStatusString();
630}
631
632#if WITH_EDITOR
633FString UFlowNodeBase::GetNodeCategory() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected