Navigation
API > API/Runtime > API/Runtime/AutomationMessages
References
| Module | AutomationMessages |
| Header | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include | #include "AutomationWorkerMessages.h" |
Syntax
struct FAutomationWorkerRunTestsReply
Remarks
Implements a message that is sent in response to FAutomationWorkerRunTests.
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Duration | ||
| TArray< FAutomationExecutionEntry > | Entries | ||
| int32 | ErrorTotal | ||
| uint32 | ExecutionCount | ||
| EAutomationState | State | ||
| FString | TestName | ||
| int32 | WarningTotal |