In UMG Widget Blueprints, what is the correct way to play a named widget animation from Blueprint code?
-
A
Call Play Animation directly on the animation asset reference
-
B
Use the Play Animation node and pass the UWidgetAnimation variable
-
C
Call Set Animation State with the animation name string
-
D
Use Timeline nodes inside the widget's Event Graph