| 56 | /// <param name="time">The current animation time (in seconds).</param> |
| 57 | /// <param name="deltaTime">The current animation tick delta time (in seconds).</param> |
| 58 | API_FUNCTION() virtual void OnBegin(AnimatedModel* actor, Animation* anim, float time, float deltaTime) |
| 59 | { |
| 60 | } |
| 61 | |
| 62 | /// <summary> |
| 63 | /// Animation notification called after the last event (guaranteed to be always called). |