Navigation
API > API/Runtime > API/Runtime/AutomationMessages
Implements a message to request the running of automation tests on a worker.
| Name | FAutomationWorkerRunTests |
| Type | struct |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
Syntax
USTRUCT ()
struct FAutomationWorkerRunTests : public FAutomationWorkerMessageBase
Inheritance Hierarchy
- FAutomationWorkerMessageBase → FAutomationWorkerRunTests
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | AutomationWorkerMessages.h | ||
FAutomationWorkerRunTests
(
uint32 InExecutionCount, |
Creates and initializes a new instance. | AutomationWorkerMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BeautifiedTestName | FString | Holds the name of the test to run. | AutomationWorkerMessages.h | |
| bPruneLogsOnSuccess | bool | If true, prune log events from test report on success | AutomationWorkerMessages.h | |
| bSendAnalytics | bool | If true, send results to analytics when complete | AutomationWorkerMessages.h | |
| ExecutionCount | uint32 | AutomationWorkerMessages.h |
|
|
| FullTestPath | FString | Holds the full test path of the test to run. | AutomationWorkerMessages.h | |
| RoleIndex | int32 | AutomationWorkerMessages.h |
|
|
| TestName | FString | Holds the name of the test to run. | AutomationWorkerMessages.h |
|