Merge pull request #1543 from aws-lumberyard-dev/native-ui-changes
More specific component error messaging and modes for native UI to prevent blocking dialog in some applications
This commit is contained in:
@@ -43,6 +43,14 @@ namespace GraphCanvas
|
||||
}
|
||||
}
|
||||
|
||||
void TranslationAssetWorker::Deactivate()
|
||||
{
|
||||
if (AZ::Data::AssetManager::Instance().GetHandler(AZ::Data::AssetType{ azrtti_typeid<TranslationAsset>() }))
|
||||
{
|
||||
AZ::Data::AssetManager::Instance().UnregisterHandler(m_assetHandler.get());
|
||||
}
|
||||
}
|
||||
|
||||
void TranslationAssetWorker::ShutDown()
|
||||
{
|
||||
m_isShuttingDown = true;
|
||||
|
||||
Reference in New Issue
Block a user