| 1014 | } |
| 1015 | |
| 1016 | void UFlowGraphNode::AddUserOutput() |
| 1017 | { |
| 1018 | const UFlowNode* FlowNode = Cast<UFlowNode>(NodeInstance); |
| 1019 | AddInstancePin(EGPD_Output, FlowNode->CountNumberedOutputs()); |
| 1020 | } |
| 1021 | |
| 1022 | void UFlowGraphNode::AddInstancePin(const EEdGraphPinDirection Direction, const uint8 NumberedPinsAmount) |
| 1023 | { |
no test coverage detected