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

Function OnRootFlowCustomEvent

Source/Flow/Public/FlowComponent.h:221–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected