Navigation
API > API/Runtime > API/Runtime/AutomationMessages
Implements a message that is sent in response to FAutomationWorkerRunTests.
| Name | FAutomationWorkerRunTestsReply |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
Syntax
USTRUCT ()
struct FAutomationWorkerRunTestsReply : public FAutomationWorkerMessageBase
Inheritance Hierarchy
- FAutomationWorkerMessageBase → FAutomationWorkerRunTestsReply
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Duration | float | AutomationWorkerMessages.h |
|
|
| Entries | TArray< FAutomationExecutionEntry > | AutomationWorkerMessages.h |
|
|
| ErrorTotal | int32 | AutomationWorkerMessages.h |
|
|
| ExecutionCount | uint32 | AutomationWorkerMessages.h |
|
|
| State | EAutomationState | AutomationWorkerMessages.h |
|
|
| TestName | FString | AutomationWorkerMessages.h |
|
|
| WarningTotal | int32 | AutomationWorkerMessages.h |
|