Problem with the return node

Hi I would like to know how I can make it so that the collapsed nodes, inside the collapse can add the return node with the options of the function return. In the first image I show you my project and in the other image the example. What I want to achieve is to call the return node with the boolean previously configured in the function.



Thanks a lot

Not sure I follow, what exactly is stopping you from adding output pins inside the collapsed nodes?

I try to collapse by selecting all the blueprints that interest me and among them is the return of the function with its corresponding boolean, but they don’t collapse they stay as output pins and out of the collapse.

I don’t think that’d work. Where would the return appear then when function is called?!

But, most importantly - why - why would one make a blueprint more difficult to read? Consider the KISS principle - Wikipedia; this is especially critical in blueprints. The future you will thank you at some point.


Tbh, I’d avoid collapsing nodes altogether bar debugging stuff.

Alright, then I’ll leave it at that, without collapsing, thanks for responding.