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

Method AddUserInput

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

Source from the content-addressed store, hash-verified

1008}
1009
1010void UFlowGraphNode::AddUserInput()
1011{
1012 const UFlowNode* FlowNode = Cast<UFlowNode>(NodeInstance);
1013 AddInstancePin(EGPD_Input, FlowNode->CountNumberedInputs());
1014}
1015
1016void UFlowGraphNode::AddUserOutput()
1017{

Callers 2

AddInputMethod · 0.80
OnAddFlowPinMethod · 0.80

Calls 1

CountNumberedInputsMethod · 0.80

Tested by

no test coverage detected