Project doesn't compile since 4.9 because functions in AnimInstance are not virtual anymore

Hi everyone,

I’m trying my luck here after posting a question on answerHub without success.

In my project, I have a class overriding AnimInstance and an overriding function EvaluateAnimation.

But in 4.9, EvaluateAnimation is not virtual anymore, so my project can’t compile.

Is there a specific reason for this? Any chance that this method comes back as virtual in next release? If not, any idea how I can workaround that, ie where to put my specific code instead of in this method?

Thanks for your help.