Resizable layout in PIE.

Is there a way to do what the title says in Blueprint?
1 - Let them see the control or management points.
2 - That can be stretched and lengthened. Just as it is done in the editor.
All this in PIE

Yes, but there’s not exactly a silver bullet solution for it. It depends a lot on you building your layout to support resizing so that it responds in the way you want.

But the main tools for this are:

  1. when placing widgets in a Canvas Panel, configuring the Anchors and Alignment properties to maintain relative spacing.
  2. when placing widgets in Vertical and Horizontal Panels, configuring the Size property Auto or Fill to produce the behavior that you want.
  3. most other panel types (grid/overlay/etc) have some set of slot properties that can be set on widgets that are placed within them.

There may be other tools available, I’m not a UI/UMG expert. However there is a UI channel on this forum that may be able to provide better specific help than the generic blueprint channel.

The above pretty much answers it: canvas slots + optional container fill will get you there. Crude example: