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

Method FFlowGraphToken

Source/Flow/Private/FlowMessageLog.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11const FName FFlowMessageLog::LogName(TEXT("FlowGraph"));
12
13FFlowGraphToken::FFlowGraphToken(const UFlowAsset* InFlowAsset)
14{
15 CachedText = FText::FromString(InFlowAsset->GetClass()->GetPathName());
16}
17
18FFlowGraphToken::FFlowGraphToken(const UFlowNodeBase* InFlowNodeBase)
19 : GraphNode(InFlowNodeBase->GetGraphNode())

Callers

nothing calls this directly

Calls 3

GetNodeTitleMethod · 0.80
GetDisplayNameMethod · 0.80
IsEmptyMethod · 0.80

Tested by

no test coverage detected