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::FileTagData Struct Reference

File Tag Data stores all the information related to the FileTagAsset. More...

#include <FileTagAsset.h>

Public Member Functions

 AZ_TYPE_INFO (FileTagData, "{5F66E43B-548B-4AA8-8CD8-F6924F6031E6}")
 
 FileTagData (AZStd::set< AZStd::string > fileTags, FilePatternType filePatternType=FilePatternType::Exact, const AZStd::string &comment="")
 

Static Public Member Functions

static void Reflect (AZ::ReflectContext *context)
 

Public Attributes

FilePatternType m_filePatternType = FilePatternType::Exact
 
AZStd::set< AZStd::string > m_fileTags
 
AZStd::string m_comment
 

Detailed Description

File Tag Data stores all the information related to the FileTagAsset.


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