Inside a Tick Event of an Anim Notify State, all of the following return 0 (5.3.2).
Given that it’s not possible to save variables from a Begin Play event, how can you compute the ratio of how far you are in a state?
Inside a Tick Event of an Anim Notify State, all of the following return 0 (5.3.2).
Given that it’s not possible to save variables from a Begin Play event, how can you compute the ratio of how far you are in a state?
Use Curves
Set a curve with value 0 to 1.
Use Get curve value
.
Thanks for the suggestion, but I don’t want to modify every animation I use the Anim Notify State in.