Access UI Designer elements from Blueprint Graph

I would like to dynamically change position of an image in a canvas. I have my 2 images created inside the canvas (Cercle and CercleInside).


How can I access the 2 images [Cercle] and [CercleInside] from within the Widget Blueprint ?

Flag the image as variable at the top of its details panel. You can then:

get cerlce → as canvas slot → set position

1 Like

So easy… thank you !

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.