Open 3D Engine AzToolsFramework 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.
AzToolsFramework::LogPanel::TabSettings Struct Referencefinal

#include <LogPanel_Panel.h>

Public Types

enum  FilterType {
  FILTER_NORMAL = 0 , FILTER_WARNING , FILTER_ERROR , FILTER_DEBUG ,
  LAST_FILTER
}
 

Public Member Functions

 AZ_RTTI (TabSettings, "{2A3D8781-0EF3-4c72-B362-412000CE1A6B}")
 
 TabSettings (const AZStd::string &in_tabName, const AZStd::string &in_window, const AZStd::string &in_filter)
 
 TabSettings (const AZStd::string &in_tabName, const AZStd::string &in_window, const AZStd::string &in_filter, bool in_normal, bool in_warning, bool in_error, bool in_debug)
 

Public Attributes

AZStd::string m_window
 
AZStd::string m_tabName
 
AZStd::string m_textFilter
 
AZ::u32 m_filterFlags
 

Detailed Description

TabSettings is what you populate in order to custom-create a specific filtered tab in a log view. first, populate TabSettings, then submit it to AddLog on the base log control


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