Navigation
API > API/Developer > API/Developer/AutomationController
Describes a base filter for a test group.
| Name | FAutomatedTestFilterBase |
| Type | struct |
| Header File | /Engine/Source/Developer/AutomationController/Public/AutomationControllerSettings.h |
| Include Path | #include "AutomationControllerSettings.h" |
Syntax
USTRUCT ()
struct FAutomatedTestFilterBase
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| AutomationControllerSettings.h | |||
FAutomatedTestFilterBase
(
FString InContains, |
AutomationControllerSettings.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FAutomatedTestFilterBase() |
AutomationControllerSettings.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Contains | FString | String that the test must contain | AutomationControllerSettings.h |
|
| MatchFromEnd | bool | If true start matching from the end of the string, else anywhere | AutomationControllerSettings.h |
|
| MatchFromStart | bool | If true start matching from the start of the string, else anywhere | AutomationControllerSettings.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool PassesFilter
(
const TSharedPtr< IAutomationReport >& InReport |
AutomationControllerSettings.h |