Open 3D Engine AzFramework API Reference 23.10.0
O3DE is an open-source, fully-featured, high-fidelity, modular 3D engine for building games and simulations, available to every industry.
AzFramework::FileTag::ExcludeFileComponent Class Reference

#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< FileTagQueryManagerm_excludeFileQueryManager
 

Detailed Description

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.


The documentation for this class was generated from the following file: