FAutomationWorkerRunTests

Implements a message to request the running of automation tests on a worker.

Windows
MacOS
Linux

References

Module

AutomationMessages

Header

/Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h

Include

#include "AutomationWorkerMessages.h"

Syntax

struct FAutomationWorkerRunTests

Remarks

Implements a message to request the running of automation tests on a worker.

Variables

Name Description

Public variable

FString

 

BeautifiedTestName

Holds the name of the test to run.

Public variable

bool

 

bSendAnalytics

If true, send results to analytics when complete

Public variable

uint32

 

ExecutionCount

Public variable

int32

 

RoleIndex

Public variable

FString

 

TestName

Holds the name of the test to run.

Constructors

Name Description

Public function

FAutomationWorkerRunTests()

Default constructor.

Public function

FAutomationWorkerRunTests

(
    uint32 InExecutionCount,
    int32 InRoleIndex,
    FString InTestName,
    FString InBeautifiedTestName,
    bool InSendAnalytics
)

Creates and initializes a new instance.

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