!XB (Sandbox) (DEV-8009) Added signals to CAsset for when an asset is about to be...
commitb2ea964e3ffc06f5c7eee09f7b5a2a8160cc8dd7
authorLuis Manuel Lairet Montero <luis@crytek.de>
Tue, 7 May 2019 15:05:38 +0000 (7 17:05 +0200)
committerLuis Manuel Lairet Montero <luis@crytek.de>
Tue, 7 May 2019 15:05:38 +0000 (7 17:05 +0200)
tree8b19cec5741e789151131e0ad34df95d4d653e44
parent75532c4c17d15886d098b0366cd4202a8b52c86e
!XB (Sandbox) (DEV-8009) Added signals to CAsset for when an asset is about to be removed and finally is removed from the Asset Manager
!XB (Sandbox) (DEV-8009) Updated LevelEditor and Asset Editor to make use of said signals since previously it was misusing the return param of the async call to check for success of the removal operation

Copied from Perforce
 Change: 1969076
Code/Sandbox/EditorQt/LevelEditor/LevelAssetType.cpp
Code/Sandbox/EditorQt/LevelEditor/LevelEditor.cpp
Code/Sandbox/EditorQt/Objects/PrefabObject.cpp
Code/Sandbox/Plugins/EditorCommon/AssetSystem/Asset.h
Code/Sandbox/Plugins/EditorCommon/AssetSystem/AssetEditor.cpp
Code/Sandbox/Plugins/EditorCommon/AssetSystem/AssetEditor.h
Code/Sandbox/Plugins/EditorCommon/AssetSystem/AssetFilesGroupController.cpp
Code/Sandbox/Plugins/EditorCommon/AssetSystem/AssetManager.cpp
Code/Sandbox/Plugins/EditorCommon/AssetSystem/AssetManager.h
Code/Sandbox/Plugins/EditorCommon/AssetSystem/FileOperationsExecutor.cpp