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

Method ToString

Source/Flow/Public/Types/FlowPinTypeName.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 FORCEINLINE bool operator==(const FName& OtherName) const { return Name == OtherName; }
40
41 FString ToString() const { return Name.ToString(); }
42 bool IsNone() const { return Name.IsNone(); }
43};

Callers 15

RegisterCommandsMethod · 0.80
GetNodeTypeTextMethod · 0.80
OnSearchTextChangedMethod · 0.80
OnSearchTextCommittedMethod · 0.80
ProcessAssetMethod · 0.80
OnTextSelectedMethod · 0.80
CanPasteNodesMethod · 0.80
OnNodeTitleCommittedMethod · 0.80
GetPinDisplayNameMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected