Navigation
API > API/Runtime > API/Runtime/AutomationMessages > API/Runtime/AutomationMessages/FAutomationWorkerRunTests
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Default constructor. | AutomationWorkerMessages.h | ||
FAutomationWorkerRunTests
(
uint32 InExecutionCount, |
Creates and initializes a new instance. | AutomationWorkerMessages.h |
FAutomationWorkerRunTests()
Description
Default constructor.
| Name | FAutomationWorkerRunTests |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
FAutomationWorkerRunTests()
FAutomationWorkerRunTests(uint32, int32, FString, FString, FString, bool, bool)
Description
Creates and initializes a new instance.
| Name | FAutomationWorkerRunTests |
| Type | function |
| Header File | /Engine/Source/Runtime/AutomationMessages/Public/AutomationWorkerMessages.h |
| Include Path | #include "AutomationWorkerMessages.h" |
FAutomationWorkerRunTests
(
uint32 InExecutionCount,
int32 InRoleIndex,
FString InTestName,
FString InBeautifiedTestName,
FString InFullTestPath,
bool InSendAnalytics,
bool InPruneLogsOnSuccess
)