UE5 how to make button smaller, currently it fill of my screen

this is my button looks like when run,

but I set it in blueprint like this:

it shouldn’t that big? How to make it smaller not fill my screen size?

Many, many ways… Depends on what the button is for, what it is a part of and how it’s added to the viewport.

Are you adding it to the viewport like so:

You could Set Desired Size.

1 Like

thanks sir, I fixed it by place it on a canvas screen.