Adding nodes finally works correctly. Now beginning work on nodes that fit our actual development needs.

This commit is contained in:
Jamie Greunbaum
2023-09-30 18:32:45 -04:00
parent 102927a690
commit af2b70227d
11 changed files with 216 additions and 111 deletions
@@ -24,7 +24,7 @@ UComboActionGraphNode_StartNode::UComboActionGraphNode_StartNode()
#endif
// TODO: Once there are Conditional Decorators, this will be replaced
MaxChildrenNodes = 1;
this->MaxChildrenNodes = -1;
}
#if WITH_EDITOR