| 219 | void BP_OnRootFlowCustomEvent(UFlowAsset* RootFlowInstance, const FName& EventName); |
| 220 | |
| 221 | virtual void OnRootFlowCustomEvent(UFlowAsset* RootFlowInstance, const FName& EventName) {} |
| 222 | |
| 223 | // UFlowAsset-only access |
| 224 | void DispatchRootFlowCustomEvent(UFlowAsset* RootFlowInstance, const FName& EventName); |
no outgoing calls
no test coverage detected