UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FAutomationWorkerRequestTests Struct Reference

#include <AutomationWorkerMessages.h>

+ Inheritance diagram for FAutomationWorkerRequestTests:

Public Member Functions

 FAutomationWorkerRequestTests ()=default
 
 FAutomationWorkerRequestTests (bool InDeveloperDirectoryIncluded, EAutomationTestFlags InRequestedTestFlags)
 

Public Attributes

bool DeveloperDirectoryIncluded = false
 
uint32 RequestedTestFlags = 0
 
- Public Attributes inherited from FAutomationWorkerMessageBase
FGuid InstanceId = FGuid{}
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FAutomationWorkerRequestTests() [1/2]

FAutomationWorkerRequestTests::FAutomationWorkerRequestTests ( )
default

Default constructor.

◆ FAutomationWorkerRequestTests() [2/2]

FAutomationWorkerRequestTests::FAutomationWorkerRequestTests ( bool  InDeveloperDirectoryIncluded,
EAutomationTestFlags  InRequestedTestFlags 
)
inline

Creates and initializes a new instance.

Member Data Documentation

◆ DeveloperDirectoryIncluded

bool FAutomationWorkerRequestTests::DeveloperDirectoryIncluded = false

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

◆ RequestedTestFlags

uint32 FAutomationWorkerRequestTests::RequestedTestFlags = 0

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


The documentation for this struct was generated from the following file: