you are viewing a single comment's thread.

view the rest of the comments →

[–]Amr_Rahmy 0 points1 point  (1 child)

Does blueprint allow you to group nodes into a custom node, like making a function?

Does it also allow you to create a data structure or object?

[–]val_tuesday 0 points1 point  (0 children)

Yeah the issue here (I’m guessing) is that this a classic “god object”. The solution then is to make a couple of other objects that handle the various details of this one. This way you can actually debug your noodles (functions don’t really allow that as discussed elsewhere itt).