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

#include <AutomationWorkerMessages.h>

+ Inheritance diagram for FAutomationWorkerRunTestsReply:

Public Attributes

FString TestName
 
TArray< FAutomationExecutionEntryEntries
 
int32 WarningTotal = 0
 
int32 ErrorTotal = 0
 
float Duration = 0
 
uint32 ExecutionCount = 0
 
EAutomationState State = EAutomationState::NotRun
 
- Public Attributes inherited from FAutomationWorkerMessageBase
FGuid InstanceId = FGuid{}
 

Detailed Description

Implements a message that is sent in response to FAutomationWorkerRunTests.

Member Data Documentation

◆ Duration

float FAutomationWorkerRunTestsReply::Duration = 0

◆ Entries

TArray<FAutomationExecutionEntry> FAutomationWorkerRunTestsReply::Entries

◆ ErrorTotal

int32 FAutomationWorkerRunTestsReply::ErrorTotal = 0

◆ ExecutionCount

uint32 FAutomationWorkerRunTestsReply::ExecutionCount = 0

◆ State

EAutomationState FAutomationWorkerRunTestsReply::State = EAutomationState::NotRun

◆ TestName

FString FAutomationWorkerRunTestsReply::TestName

◆ WarningTotal

int32 FAutomationWorkerRunTestsReply::WarningTotal = 0

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