Hello, How I can do to set a button Size in Fill in a HorizontalBox in the Event Graph ?
Hello Loux xavier,
You will need to slot the button as a horizontal box slot, from there you can pull off the return value of the “set as horizontal box slot” node and use the “Set Size” node to set the button to fill. I have provided an example below. I hope this helps.
Example:
I got a reference to the button and slotted it as a horizontal box slot. From there I set the size rule to fill.
As a note: You will need to split the pin for the node to look like the example above.
Make it a great day
Thank you very much =)
Just in case anyone else stumbles on this, it looks like at some point the nodes were updated to ‘SetVerticalAlignment’ and ‘SetHorizontalAlignment’. Both nodes are still off of the Horizontal Box Slot. I am in engine version 4.19
Thank you!!!
(post deleted by author)
Thanks, note the “Slot as…” node refers to the parent component where the target widget is attached to.