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