Navigation
API > API/Developer > API/Developer/AutomationController
Describes a filter for a test group with exclude and tag options.
| Name | FAutomatedTestFilter |
| Type | struct |
| Header File | /Engine/Source/Developer/AutomationController/Public/AutomationControllerSettings.h |
| Include Path | #include "AutomationControllerSettings.h" |
Syntax
USTRUCT ()
struct FAutomatedTestFilter : public FAutomatedTestFilterBase
Inheritance Hierarchy
- FAutomatedTestFilterBase → FAutomatedTestFilter
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| AutomationControllerSettings.h | |||
FAutomatedTestFilter
(
FString InContains, |
AutomationControllerSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Exclude | TArray< FAutomatedTestFilterBase > | List of filters to exclude | AutomationControllerSettings.h |
|
| Tags | TArray< FAutomatedTestTagFilter > | List of tag filters specific to this group | AutomationControllerSettings.h |
|
Functions
Public
Overridden from FAutomatedTestFilterBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool PassesFilter
(
const TSharedPtr< IAutomationReport >& InReport |
AutomationControllerSettings.h |