You could change the widget component’s location dynamically or attach it to a component and move that component.
However I would like the ability to dynamically change animation values as well because I want to be able to change the colors and I don’t think that’s currently possible.
Hi, does anyone know if this feature has been added at some point. I wanted to access the Transform properties through the widget blueprint graph so that it can be set dynamically, but wasn’t able to find any nodes for it.
It is not possible, because UMG uses a different animation scheme than Timeline. All you can do is create the animation yourself, using Tick Event and FInterp To.