I am trying to make my progress bar size changeable. If I do something like using a skill, It should increase the size of the progress bar. Can I make something like that?
It all depends on what is containing the widget as it one defining the layout. With canvas widget which is default main root widget when you create Widget Blueprint widget can be freely sized and data contained in slot object inside the widget. So from widget object get “Slot as Canvas Slot” node and from there you can use “Set Size” node.