| 37 | /// <param name="time">The current animation time (in seconds).</param> |
| 38 | /// <param name="deltaTime">The current animation tick delta time (in seconds).</param> |
| 39 | API_FUNCTION() virtual void OnEvent(AnimatedModel* actor, Animation* anim, float time, float deltaTime) |
| 40 | { |
| 41 | } |
| 42 | }; |
| 43 | |
| 44 | /// <summary> |
no outgoing calls
no test coverage detected