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