Gems/ScriptCanvas*
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -101,7 +101,7 @@ namespace ScriptCanvasDeveloper
|
||||
void RunTest(QModelIndex index);
|
||||
|
||||
// SystemTickBus
|
||||
void OnSystemTick();
|
||||
void OnSystemTick() override;
|
||||
////
|
||||
|
||||
// EditorAutomationTestDialogRequestBus::Handler
|
||||
|
||||
+2
-2
@@ -55,8 +55,8 @@ namespace ScriptCanvasDeveloper
|
||||
|
||||
protected:
|
||||
|
||||
void OnSetupStateActions(EditorAutomationActionRunner& actionRunner);
|
||||
void OnStateActionsComplete();
|
||||
void OnSetupStateActions(EditorAutomationActionRunner& actionRunner) override;
|
||||
void OnStateActionsComplete() override;
|
||||
|
||||
private:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user