#include <FileTagComponent.h>
Inherits AZ::Component, and AzFramework::AssetCatalogEventBus::Handler.
Public Member Functions | |
| AZ_COMPONENT (ExcludeFileComponent, "{40CF5F1D-BE1F-46AA-9D35-11FC173DCDBC}") | |
| void | Activate () override |
| void | Deactivate () override |
| void | OnCatalogLoaded (const char *catalogFile) override |
| void | OnCatalogAssetChanged (const AZ::Data::AssetId &assetId) override |
| void | OnCatalogAssetAdded (const AZ::Data::AssetId &assetId) override |
Static Public Member Functions | |
| static void | Reflect (AZ::ReflectContext *context) |
Protected Attributes | |
| AZStd::unique_ptr< FileTagQueryManager > | m_excludeFileQueryManager |
This component can be used to query whether we need to exclude files based on file tags. This component loads the default excluded filetags file automatically.