| 518 | } |
| 519 | |
| 520 | void UFlowComponent::OnTriggerRootFlowOutputEvent(UFlowAsset* RootFlowInstance, const FName& EventName) |
| 521 | { |
| 522 | OnRootFlowCustomEvent(RootFlowInstance, EventName); |
| 523 | } |
| 524 | |
| 525 | void UFlowComponent::OnTriggerRootFlowOutputEventDispatcher(UFlowAsset* RootFlowInstance, const FName& EventName) |
| 526 | { |
nothing calls this directly
no test coverage detected