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

Method OnTriggerRootFlowOutputEvent

Source/Flow/Private/FlowComponent.cpp:520–523  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

518}
519
520void UFlowComponent::OnTriggerRootFlowOutputEvent(UFlowAsset* RootFlowInstance, const FName& EventName)
521{
522 OnRootFlowCustomEvent(RootFlowInstance, EventName);
523}
524
525void UFlowComponent::OnTriggerRootFlowOutputEventDispatcher(UFlowAsset* RootFlowInstance, const FName& EventName)
526{

Callers

nothing calls this directly

Calls 1

OnRootFlowCustomEventFunction · 0.85

Tested by

no test coverage detected