Hello,
Can I play widget animations in component widget blueprint ?
If I add to viewport, I can see my animation but when I put the widget in blueprint in Widget Component, the animation don’t start.
Thanks for your help
JD
Hello,
Can I play widget animations in component widget blueprint ?
If I add to viewport, I can see my animation but when I put the widget in blueprint in Widget Component, the animation don’t start.
Thanks for your help
JD
Hey JD!
Did you try setting the Widget Component to “Manually Redraw”? It’s possible that it’s getting redrawn every frame, so your animation is playing but only 1 frame of it is getting played, once a tick. Try that out and get back to us!
I found solution !
In the blueprint, I needed to connect from my variable of component widget > Get Widget, and after, cast to this widget and play the animation.
JD