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

Method TriggerOutput

Source/Flow/Private/AddOns/FlowNodeAddOn.cpp:42–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42void UFlowNodeAddOn::TriggerOutput(const FName PinName, const bool bFinish, const EFlowPinActivationType ActivationType)
43{
44 if (ensure(FlowNode))
45 {
46 FlowNode->TriggerOutput(PinName, bFinish, ActivationType);
47 }
48}
49
50void UFlowNodeAddOn::Finish()
51{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected