FAutomatedTestFilter

Describes a filter for a test group.

Unreal Engine C++ API Reference > 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 ()  
  FAutomatedTestFilter ( FString InContains, bool InMatchFromStart, bool InMatchFromEnd )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library