| 507 | } |
| 508 | |
| 509 | void UFlowComponent::DispatchRootFlowCustomEvent(UFlowAsset* RootFlowInstance, const FName& EventName) |
| 510 | { |
| 511 | BP_OnRootFlowCustomEvent(RootFlowInstance, EventName); |
| 512 | OnRootFlowCustomEvent(RootFlowInstance, EventName); |
| 513 | } |
| 514 | |
| 515 | void UFlowComponent::BP_OnTriggerRootFlowOutputEvent(UFlowAsset* RootFlowInstance, const FName& EventName) |
| 516 | { |
no test coverage detected