Navigation
API > API/Developer > API/Developer/AutomationController
References
| Module | AutomationController |
| Header | /Engine/Source/Developer/AutomationController/Public/AutomationControllerSettings.h |
| Include | #include "AutomationControllerSettings.h" |
Syntax
struct FAutomatedTestFilter
Remarks
Describes a filter for a test group.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | Contains | String that the test must contain | |
| bool | MatchFromEnd | If true start matching from the end of the string, else anywhere | |
| bool | MatchFromStart | If true start matching from the start of the string, else anywhere |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAutomatedTestFilter
(
FString InContains, |