FAutomatedTestFilter

Describes a filter for a test group.

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

Contains

String that the test must contain

Public variable

bool

 

MatchFromStart

If true start matching from the start of the string, else anywhere

Constructors

Name Description

Public function

FAutomatedTestFilter()

Public function

FAutomatedTestFilter

(
    FString InContains,
    bool InMatchFromStart
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss