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

Method TriggerFirstOutput

Source/Flow/Private/Nodes/FlowNode.cpp:1039–1045  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037}
1038
1039void UFlowNode::TriggerFirstOutput(const bool bFinish)
1040{
1041 if (OutputPins.Num() > 0)
1042 {
1043 TriggerOutput(OutputPins[0].PinName, bFinish);
1044 }
1045}
1046
1047void UFlowNode::TriggerOutput(const FName PinName, const bool bFinish /*= false*/, const EFlowPinActivationType ActivationType /*= Default*/)
1048{

Callers 2

StartFlowMethod · 0.45
FinishNodeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected