| 1037 | } |
| 1038 | |
| 1039 | void UFlowNode::TriggerFirstOutput(const bool bFinish) |
| 1040 | { |
| 1041 | if (OutputPins.Num() > 0) |
| 1042 | { |
| 1043 | TriggerOutput(OutputPins[0].PinName, bFinish); |
| 1044 | } |
| 1045 | } |
| 1046 | |
| 1047 | void UFlowNode::TriggerOutput(const FName PinName, const bool bFinish /*= false*/, const EFlowPinActivationType ActivationType /*= Default*/) |
| 1048 | { |
no outgoing calls
no test coverage detected