Navigation
API > API/Runtime > API/Runtime/AutomationMessages
References
| Module | AutomationMessages |
| Header | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include | #include "AutomationWorkerMessages.h" |
Syntax
struct FAutomationWorkerSingleTestReply
Remarks
A single test reply, used by FAutomationWorkerRequestTestsReplyComplete
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AssetPath | ||
| FString | DisplayName | ||
| FString | FullTestPath | ||
| uint32 | NumParticipantsRequired | ||
| FString | OpenCommand | ||
| FString | SourceFile | ||
| int32 | SourceFileLine | ||
| uint32 | TestFlags | ||
| FString | TestName | ||
| FString | TestParameter |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default constructor. | |||
FAutomationWorkerSingleTestReply
(
const FAutomationTestInfo& InTestInfo |
Creates and initializes a new instance. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FAutomationTestInfo | GetTestInfo () |