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

#include <AutomationWorkerMessages.h>

+ Inheritance diagram for FAutomationWorkerSingleTestReply:

Public Member Functions

 FAutomationWorkerSingleTestReply ()=default
 
 FAutomationWorkerSingleTestReply (const FAutomationTestInfo &InTestInfo)
 
FAutomationTestInfo GetTestInfo () const
 

Public Attributes

FString DisplayName
 
FString FullTestPath
 
FString TestName
 
FString TestParameter
 
FString SourceFile
 
int32 SourceFileLine = 0
 
FString AssetPath
 
FString OpenCommand
 
uint32 TestFlags = 0
 
uint32 NumParticipantsRequired = 0
 
FString TestTags
 
- Public Attributes inherited from FAutomationWorkerMessageBase
FGuid InstanceId = FGuid{}
 

Detailed Description

A single test reply, used by FAutomationWorkerRequestTestsReplyComplete

Constructor & Destructor Documentation

◆ FAutomationWorkerSingleTestReply() [1/2]

FAutomationWorkerSingleTestReply::FAutomationWorkerSingleTestReply ( )
default

Default constructor.

◆ FAutomationWorkerSingleTestReply() [2/2]

FAutomationWorkerSingleTestReply::FAutomationWorkerSingleTestReply ( const FAutomationTestInfo InTestInfo)
inline

Creates and initializes a new instance.

Member Function Documentation

◆ GetTestInfo()

FAutomationTestInfo FAutomationWorkerSingleTestReply::GetTestInfo ( ) const
inline

Member Data Documentation

◆ AssetPath

FString FAutomationWorkerSingleTestReply::AssetPath

◆ DisplayName

FString FAutomationWorkerSingleTestReply::DisplayName

◆ FullTestPath

FString FAutomationWorkerSingleTestReply::FullTestPath

◆ NumParticipantsRequired

uint32 FAutomationWorkerSingleTestReply::NumParticipantsRequired = 0

◆ OpenCommand

FString FAutomationWorkerSingleTestReply::OpenCommand

◆ SourceFile

FString FAutomationWorkerSingleTestReply::SourceFile

◆ SourceFileLine

int32 FAutomationWorkerSingleTestReply::SourceFileLine = 0

◆ TestFlags

uint32 FAutomationWorkerSingleTestReply::TestFlags = 0

◆ TestName

FString FAutomationWorkerSingleTestReply::TestName

◆ TestParameter

FString FAutomationWorkerSingleTestReply::TestParameter

◆ TestTags

FString FAutomationWorkerSingleTestReply::TestTags

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