Navigation
API > API/Developer > API/Developer/AutomationController
| Name | FAutomationFilter |
| Type | class |
| Header File | /Engine/Source/Developer/AutomationController/Public/AutomationFilter.h |
| Include Path | #include "AutomationFilter.h" |
Syntax
class FAutomationFilter : public IFilter< const TSharedPtr< class IAutomationReport > & >
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FAutomationFilter() |
Default constructor. | AutomationFilter.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangedEvent | FChangedEvent | The event that broadcasts whenever a change occurs to the filter. | AutomationFilter.h | |
| OnlyExcludedTests | bool | Only exclude tests. | AutomationFilter.h | |
| OnlySmokeTests | bool | Only smoke tests will pass the test. | AutomationFilter.h | |
| ShowErrors | bool | Only errors will pass the test. | AutomationFilter.h | |
| ShowWarnings | bool | Only warnings will pass the test. | AutomationFilter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const bool OnlyShowSmokeTests () |
Should we only show errors. | AutomationFilter.h | |
virtual bool PassesFilter
(
const TSharedPtr< IAutomationReport >& InReport |
AutomationFilter.h | ||
void SetOnlyShowSmokeTests
(
const bool InOnlySmokeTests |
Set if we should only show smoke tests. | AutomationFilter.h | |
void SetShowErrors
(
const bool InShowErrors |
Set if we should only show errors. | AutomationFilter.h | |
void SetShowOnlyExcludedTests
(
const bool InOnlyExcludedTests |
Set if we should only show excluded tests. | AutomationFilter.h | |
void SetShowWarnings
(
const bool InShowWarnings |
Set if we should only show warnings. | AutomationFilter.h | |
const bool ShouldShowErrors () |
Should we show errors. | AutomationFilter.h | |
const bool ShouldShowOnlyExcludedTests () |
Should we only show excluded tests. | AutomationFilter.h | |
const bool ShouldShowWarnings () |
Should we show warnings. | AutomationFilter.h |
Overridden from IFilter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FChangedEvent & OnChanged() |
AutomationFilter.h |