You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
DoOnceMultiInput Node: provide's DoOnce behavior but with multiple input/output pairs. Basically, a 'first through' node.
[CL 2094646 by David Ratti in Main branch]
This commit is contained in:
@@ -49,6 +49,12 @@ FReply SGraphNodeK2Sequence::OnAddPin()
|
||||
UpdateGraphNode();
|
||||
GraphNode->GetGraph()->NotifyGraphChanged();
|
||||
}
|
||||
else if (UK2Node_DoOnceMultiInput* DoOnceMultiNode = Cast<UK2Node_DoOnceMultiInput>(GraphNode))
|
||||
{
|
||||
DoOnceMultiNode->AddInputPin();
|
||||
UpdateGraphNode();
|
||||
GraphNode->GetGraph()->NotifyGraphChanged();
|
||||
}
|
||||
|
||||
return FReply::Handled();
|
||||
}
|
||||
Reference in New Issue
Block a user