#FlowDataPinLegacy
| 695 | |
| 696 | // #FlowDataPinLegacy |
| 697 | void UFlowNode::FixupDataPinTypes() |
| 698 | { |
| 699 | FixupDataPinTypesForArray(InputPins); |
| 700 | FixupDataPinTypesForArray(OutputPins); |
| 701 | #if WITH_EDITOR |
| 702 | FixupDataPinTypesForArray(AutoInputDataPins); |
| 703 | FixupDataPinTypesForArray(AutoOutputDataPins); |
| 704 | #endif |
| 705 | } |
| 706 | |
| 707 | void UFlowNode::FixupDataPinTypesForArray(TArray<FFlowPin>& MutableDataPinArray) |
| 708 | { |
no outgoing calls
no test coverage detected