Gems/ScriptCanvas*
Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
@@ -548,7 +548,7 @@ namespace ScriptCanvasTests
|
||||
bool DestroyEntityById(AZ::EntityId entityId) override;
|
||||
AZ::Entity* CloneEntity(const AZ::Entity& sourceEntity) override;
|
||||
void ResetContext() override;
|
||||
AZ::EntityId FindLoadedEntityIdMapping(const AZ::EntityId& staticId) const;
|
||||
AZ::EntityId FindLoadedEntityIdMapping(const AZ::EntityId& staticId) const override;
|
||||
////
|
||||
|
||||
void AddEntity(AZ::EntityId entityId);
|
||||
|
||||
@@ -237,7 +237,7 @@ namespace ScriptCanvasTesting
|
||||
return result;
|
||||
}
|
||||
|
||||
void Void(AZStd::string_view value)
|
||||
void Void(AZStd::string_view value) override
|
||||
{
|
||||
Call(FN_Void, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user