[UMG] How to make zoomable and pannable widget, like bp event graph?

I cannot place widgets outside of canvas rectangle…

I need custom size widget, which i can place inside other - fixed size widget, and then scroll.

Like blueprint editor - event graph. With panning and zooming - wood be nice also.

Is there any UMG analogue of SDesignerView ? How to make?

I can move widget outside of canvas borders, only if its already inside canvas. Also if i move widget outside, and deselect it, then i cannot see this widget and select again, only via hierarchy list.

SDesignerView used only by UMG editor (SWidgetBlueprintEditor). But Blueprint editor (SBlueprintEditor) using SGraphEditor… I suppose SDesignerView and SGraphEditor is 2 different widgets with similar functionality.

SGraphEditor actually uses SGraphPanel, which is similar to what i am looking for i suppose. And also SDesignerView looks same.

I am looking for a way to do this as well. I need similar functionality as the SDesignerView but it seems overtly complicated. Have you found a workaround for this? Guess I will have to start digging into this :frowning: