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

Method SetPinTypeName

Source/Flow/Private/Nodes/FlowPin.cpp:66–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64const FName FFlowPin::MetadataKey_FlowPinType = "FlowPinType";
65
66void FFlowPin::SetPinTypeName(const FFlowPinTypeName& InTypeName)
67{
68 if (PinTypeName == InTypeName)
69 {
70 return;
71 }
72
73 PinTypeName = InTypeName;
74}
75
76void FFlowPin::TrySetStructSubCategoryObjectFromPinType()
77{

Calls

no outgoing calls

Tested by

no test coverage detected