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

Method ConfigureFromEdGraphPin

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

Source from the content-addressed store, hash-verified

151}
152
153void FFlowPin::ConfigureFromEdGraphPin(const FEdGraphPinType& EdGraphPinType)
154{
155 PinTypeName.Name = EdGraphPinType.PinCategory;
156 PinSubCategoryObject = EdGraphPinType.PinSubCategoryObject;
157 ContainerType = EdGraphPinType.ContainerType;
158}
159#endif
160
161const FFlowPinType* FFlowPin::ResolveFlowPinType() const

Callers 2

ConfigureInputPinMethod · 0.80
ConfigureOutputPinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected