| 159 | #endif |
| 160 | |
| 161 | const FFlowPinType* FFlowPin::ResolveFlowPinType() const |
| 162 | { |
| 163 | // TODO (gtaylor) consider caching this in a mutable? |
| 164 | return FFlowPinType::LookupPinType(PinTypeName); |
| 165 | } |
| 166 | |
| 167 | // #FlowDataPinLegacy |
| 168 | FFlowPinTypeName FFlowPin::GetPinTypeNameForLegacyPinType(EFlowPinType PinType) |