Navigation
API > API/Developer > API/Developer/AutomationController
Inheritance Hierarchy
- IFilter
- FAutomationGroupFilter
References
| Module | AutomationController |
| Header | /Engine/Source/Developer/AutomationController/Public/AutomationGroupFilter.h |
| Include | #include "AutomationGroupFilter.h" |
Syntax
class FAutomationGroupFilter : public IFilter< const TSharedPtr< class IAutomationReport > & >
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FAutomationGroupFilter
(
const TArray< FAutomatedTestFilter > InFilters |
Default constructor with array param. | ||
FAutomationGroupFilter
(
const FAutomatedTestFilter InFilter |
Default constructor, group with single elements. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetFilters
(
const TArray< FAutomatedTestFilter > InFilters |
Set the list of strings the group filter checks for substrings in test display name. |
Overridden from IFilter
| Type | Name | Description | |
|---|---|---|---|
| FChangedEvent & | OnChanged () |
||
| bool | PassesFilter
(
const TSharedPtr< IAutomationReport >& InItem |
Returns whether the specified Item passes the Filter's restrictions |