Code/Tools/AssetProcessor

Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
Esteban Papp
2021-09-10 20:20:14 -07:00
parent 287d2a0fe7
commit d046389a30
8 changed files with 13 additions and 13 deletions
@@ -114,7 +114,7 @@ public:
void Rescan();
bool IsAssetProcessorManagerIdle() const;
bool IsAssetProcessorManagerIdle() const override;
bool CheckFullIdle();
Q_SIGNALS:
void CheckAssetProcessorManagerIdleState();
@@ -22,7 +22,7 @@ namespace AssetProcessor
virtual ~AssetServerHandler();
//////////////////////////////////////////////////////////////////////////
// AssetServerBus::Handler overrides
bool IsServerAddressValid();
bool IsServerAddressValid() override;
//! StoreJobResult will store all the files in the the temp folder provided by AP to a zip file on the network drive
//! whose file name will be based on the server key
bool StoreJobResult(const AssetProcessor::BuilderParams& builderParams, AZStd::vector<AZStd::string>& sourceFileList) override;