Navigation
API > API/Developer > API/Developer/AutomationController
| Name | FAutomationGroupFilter |
| Type | class |
| Header File | /Engine/Source/Developer/AutomationController/Public/AutomationGroupFilter.h |
| Include Path | #include "AutomationGroupFilter.h" |
Syntax
class FAutomationGroupFilter : public IFilter< const TSharedPtr< class IAutomationReport > & >
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | AutomationGroupFilter.h | ||
FAutomationGroupFilter
(
const TArray< FAutomatedTestFilter >& InFilters |
Default constructor with array param. | AutomationGroupFilter.h | |
FAutomationGroupFilter
(
const FAutomatedTestFilter& InFilter |
Default constructor, group with single elements. | AutomationGroupFilter.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ChangedEvent | FChangedEvent | The event that broadcasts whenever a change occurs to the filter. | AutomationGroupFilter.h | |
| Filters | TArray< FAutomatedTestFilter > | The array of FAutomatedTestFilter to filter against test names. | AutomationGroupFilter.h | |
| TagFilters | TArray< FAutomatedTestTagFilter > | The array of FAutomatedTestTagFilter to filter against test tags. | AutomationGroupFilter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool PassesFilter
(
const TSharedPtr< IAutomationReport >& InReport |
AutomationGroupFilter.h | ||
void SetFilters
(
const TArray< FAutomatedTestFilter >& InFilters |
Set the list of strings the group filter checks for substrings in test display name. | AutomationGroupFilter.h | |
void SetTagFilter
(
const TArray< FAutomatedTestTagFilter >& InFilters |
Set the list of search syntax strings evaluated against test tags. | AutomationGroupFilter.h |
Overridden from IFilter
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FChangedEvent & OnChanged() |
AutomationGroupFilter.h |