| 40 | } |
| 41 | |
| 42 | void UFlowNodeAddOn::TriggerOutput(const FName PinName, const bool bFinish, const EFlowPinActivationType ActivationType) |
| 43 | { |
| 44 | if (ensure(FlowNode)) |
| 45 | { |
| 46 | FlowNode->TriggerOutput(PinName, bFinish, ActivationType); |
| 47 | } |
| 48 | } |
| 49 | |
| 50 | void UFlowNodeAddOn::Finish() |
| 51 | { |
no outgoing calls
no test coverage detected