Multiples Anim Notifies

Hi

Lets suppose i have an animation where two or more frames trigger each one different notifies…

As you know… anim notify triggers the Notify() function of a selected class… if we have 3 notifies in the animation that must trigger differents actions how do you separate the logic for each one if all of them are being triggered by the same Notify() function?

I think creating more UAnimNotify derived classes is a way to go but i guess is not very smart at all…