Gems/Script*

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-10 20:24:32 -07:00
parent 711b332ebe
commit 629d836142
3 changed files with 3 additions and 3 deletions
@@ -47,7 +47,7 @@ namespace ScriptedEntityTweener
Call(FN_RemoveCallback, callbackId);
}
void OnTimelineAnimationStart(int timelineId, const AZ::Uuid& uuid, const AZStd::string& componentName, const AZStd::string& propertyName)
void OnTimelineAnimationStart(int timelineId, const AZ::Uuid& uuid, const AZStd::string& componentName, const AZStd::string& propertyName) override
{
Call(FN_OnTimelineAnimationStart, timelineId, uuid, componentName, propertyName);
}