FAutomationWorkerRequestTests

Implements a message for requesting available automation tests from a worker.

Windows
MacOS
Linux

References

Module

AutomationMessages

Header

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

Include

#include "AutomationWorkerMessages.h"

Syntax

struct FAutomationWorkerRequestTests

Remarks

Implements a message for requesting available automation tests from a worker.

Variables

Name Description

Public variable

bool

 

DeveloperDirectoryIncluded

Holds a flag indicating whether the developer directory should be included.

Public variable

uint32

 

RequestedTestFlags

Holds a flag indicating which tests we'd like to request.

Constructors

Name Description

Public function

FAutomationWorkerRequestTests()

Default constructor.

Public function

FAutomationWorkerRequestTests

(
    bool InDeveloperDirectoryIncluded,
    uint32 InRequestedTestFlags
)

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