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

Method AddUserOutput

Source/FlowEditor/Private/Graph/Nodes/FlowGraphNode.cpp:1016–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1014}
1015
1016void UFlowGraphNode::AddUserOutput()
1017{
1018 const UFlowNode* FlowNode = Cast<UFlowNode>(NodeInstance);
1019 AddInstancePin(EGPD_Output, FlowNode->CountNumberedOutputs());
1020}
1021
1022void UFlowGraphNode::AddInstancePin(const EEdGraphPinDirection Direction, const uint8 NumberedPinsAmount)
1023{

Callers 2

AddOutputMethod · 0.80
OnAddFlowPinMethod · 0.80

Calls 1

CountNumberedOutputsMethod · 0.80

Tested by

no test coverage detected