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

#include <AutomationWorkerMessages.h>

+ Inheritance diagram for FAutomationWorkerRunTests:

Public Member Functions

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

Public Attributes

uint32 ExecutionCount
 
int32 RoleIndex
 
FString TestName
 
FString BeautifiedTestName
 
FString FullTestPath
 
bool bSendAnalytics
 
bool bPruneLogsOnSuccess
 
- Public Attributes inherited from FAutomationWorkerMessageBase
FGuid InstanceId = FGuid{}
 

Detailed Description

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

Constructor & Destructor Documentation

◆ FAutomationWorkerRunTests() [1/2]

FAutomationWorkerRunTests::FAutomationWorkerRunTests ( )
inline

Default constructor.

◆ FAutomationWorkerRunTests() [2/2]

FAutomationWorkerRunTests::FAutomationWorkerRunTests ( uint32  InExecutionCount,
int32  InRoleIndex,
FString  InTestName,
FString  InBeautifiedTestName,
FString  InFullTestPath,
bool  InSendAnalytics,
bool  InPruneLogsOnSuccess 
)
inline

Creates and initializes a new instance.

Member Data Documentation

◆ BeautifiedTestName

FString FAutomationWorkerRunTests::BeautifiedTestName

Holds the name of the test to run.

◆ bPruneLogsOnSuccess

bool FAutomationWorkerRunTests::bPruneLogsOnSuccess

If true, prune log events from test report on success

◆ bSendAnalytics

bool FAutomationWorkerRunTests::bSendAnalytics

If true, send results to analytics when complete

◆ ExecutionCount

uint32 FAutomationWorkerRunTests::ExecutionCount

◆ FullTestPath

FString FAutomationWorkerRunTests::FullTestPath

Holds the full test path of the test to run.

◆ RoleIndex

int32 FAutomationWorkerRunTests::RoleIndex

◆ TestName

FString FAutomationWorkerRunTests::TestName

Holds the name of the test to run.


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