Default max child nodes for combo actions is set to -1 now, so that there is no limit.
This commit is contained in:
@@ -23,7 +23,6 @@ UComboActionGraphNode_StartNode::UComboActionGraphNode_StartNode()
|
||||
this->NodeTooltipText = LOCTEXT("ComboActionGraphNode_CompleteTooltip", "* This Node will be added to the graph automatically.\n* This Node cannot be created manually.\n* This Node cannot be deleted.\n* Does not implement any logic.");
|
||||
#endif
|
||||
|
||||
// TODO: Once there are Conditional Decorators, this will be replaced
|
||||
this->MaxChildrenNodes = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user