Stores the recent used folder and file settings used by the Asset Editor. More...
#include <AssetEditorWidget.h>
Public Member Functions | |
| AZ_RTTI (AssetEditorWidgetUserSettings, "{382FE424-4541-4D93-9BA4-DE17A6DF8676}") | |
| AZ_CLASS_ALLOCATOR (AssetEditorWidgetUserSettings, AZ::SystemAllocator) | |
| void | AddRecentPath (AZ::Data::AssetType, const AZStd::string &recentPath) |
| void | Clear () |
| const AZStd::string | GetRecentPathForAssetType (AZ::Data::AssetType assetType) const |
| const AZStd::vector< AZStd::string > & | GetRecentFiles () const |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Stores the recent used folder and file settings used by the Asset Editor.