How to dynamically create widget's elements?

Hello.

I have some UI widget with Scroll Box:

http://s6.postimg.org/to2i0mpo1/screenshot_145.png

I want to add new child elements in Scroll Box:

http://s6.postimg.org/iczuc9isx/screenshot_146.png

How to dynamically initialize (create) new Image element in BP?

I need to initialize (create) new Image element, add to this element path to image and bind custom OnClick handler…

How can it be done?

Solved with doc Creating Widgets in Unreal Engine | Unreal Engine 5.1 Documentation .

Video:

That video was literal garbage. did you find a better one?

1 Like

This was not solved with the doc, which details creating entire widgets. This question is about making widget components like Images or Text Renders.