UMG lerp size

hey guys! im making some UI design for my game but i encountered a problem:

so far it looks like this :

when i change the size of the container i get 2 in a row … this is what i want but(!) it pushes itself because of its size to the next line clipping like ■■■■.

it looks like this:

is there a way that the actual enlarging widget overlaps the other ones ? and if the 2nd one in the row enlarge to the left instead to the right?

thx for helping me out!

Hello Erytriel,

After taking a quick look at the issue that you are having. I would suggest using a Grid panel. From there you can change the “Column Span” setting. This will allow the widget to expand into the next column. From there you can simply collapse the widget to the left or right. I have provided an example below.

Here I have created an image that expands when hovered and then collapses the item to the left or right of the image (depending on what column it’s in)

Here I have placed the custom image in a Grid Panel.

I have also provided the project [EaxmpleProject][3]

I hope that this information helps.

Make it a great day

thx rudy ! :slight_smile: