MCPcopy Create free account
hub / github.com/MothCocoon/FlowGraph / DispatchRootFlowCustomEvent

Method DispatchRootFlowCustomEvent

Source/Flow/Private/FlowComponent.cpp:509–513  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

TriggerCustomOutputMethod · 0.80

Calls 1

OnRootFlowCustomEventFunction · 0.85

Tested by

no test coverage detected