Navigation
API > API/Developer > API/Developer/AutomationController
Inheritance Hierarchy
- IFilter
- FAutomationFilter
References
| Module | AutomationController |
| Header | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h |
| Include | #include "AutomationFilter.h" |
Syntax
class FAutomationFilter : public IFilter< const TSharedPtr< class IAutomationReport > & >
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const bool | Should we only show errors. | ||
| void | SetOnlyShowSmokeTests
(
const bool InOnlySmokeTests |
Set if we should only show smoke tests. | |
| void | SetShowErrors
(
const bool InShowErrors |
Set if we should only show errors. | |
| void | SetShowOnlyExcludedTests
(
const bool InOnlyExcludedTests |
Set if we should only show excluded tests. | |
| void | SetShowWarnings
(
const bool InShowWarnings |
Set if we should only show warnings. | |
| const bool | Should we show errors. | ||
| const bool | Should we only show excluded tests. | ||
| const bool | Should we show warnings. |
Overridden from IFilter
| Type | Name | Description | |
|---|---|---|---|
| FChangedEvent & | OnChanged () |
||
| bool | PassesFilter
(
const TSharedPtr< IAutomationReport >& InItem |
Returns whether the specified Item passes the Filter's restrictions |