Is it possible with blueprints?

Hi all,
I’m going to learn UE4 blueprint techniques.

I would like to know if it’s possible to collapse a commented group of nodes or embed several nodes in one assigning in and out pins

In few words I want to pack a node but inside there are a lot of them connected.

For complex programming the Eventgraph desktop will appear much more clean.

regards

Yes, you can select nodes and right-click them and choose “collapse nodes.”
You can also “collapse to function” if you want to re-use them elsewhere as well.

Yes, there is 3 ways of doing this:

  1. Collapse nodes into a single node
  2. Collapse nodes into Function
  3. Collapse nodes into Macro

Managing complexity in Blueprints - Unreal Engine Read this for details

thank you!