UMG How do i get the vector of a button?

How do i get the vector of a button in UMG? I want to make an inventory, somehow…

Can you please clarify what you mean by the vector? Are you trying to get the position of a button?

Yes. I need the position i want to draw a texture on top of it if i have an item. Hope it works that way because im not rly sure how to change the backround picture of the button in umg.

For making an item in the inventory you’d create a new widget that contains a button, and the button contains an image inside of it. You can change the texture of the image at runtime to be representative of the item in the inventory.