Inherits AZ::SceneAPI::DataTypes::IGroup.
|
| AZ_RTTI (LoggingGroup, "{A5ECF95D-2E84-4574-BF93-09E469E2BA4E}", AZ::SceneAPI::DataTypes::IGroup) |
|
| AZ_CLASS_ALLOCATOR (LoggingGroup, AZ::SystemAllocator) |
|
void | SetName (const AZStd::string &name) |
|
void | SetName (AZStd::string &&name) |
|
const AZStd::string & | GetName () const override |
|
const AZ::Uuid & | GetId () const override |
|
AZ::SceneAPI::Containers::RuleContainer & | GetRuleContainer () override |
|
const AZ::SceneAPI::Containers::RuleContainer & | GetRuleContainerConst () const override |
|
const AZStd::string & | GetGraphLogRoot () const |
|
bool | DoesLogGraph () const |
|
bool | DoesLogProcessingEvents () const |
|
void | ShouldLogProcessingEvents (bool state) |
|
|
static void | Reflect (AZ::ReflectContext *context) |
|
|
AZ::SceneAPI::Containers::RuleContainer | m_ruleContainer |
|
AZStd::string | m_groupName |
|
AZStd::string | m_graphLogRoot |
|
AZ::Uuid | m_id |
|
bool | m_logProcessingEvents |
|
|
static const char * | s_disabledOption |
|
The documentation for this class was generated from the following file:
- Gems/SceneLoggingExample/Code/Groups/LoggingGroup.h