![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <AutomationWorkerMessages.h>
Inheritance diagram for FAutomationWorkerRunTests:Public Member Functions | |
| FAutomationWorkerRunTests () | |
| FAutomationWorkerRunTests (uint32 InExecutionCount, int32 InRoleIndex, FString InTestName, FString InBeautifiedTestName, FString InFullTestPath, bool InSendAnalytics, bool InPruneLogsOnSuccess) | |
Public Attributes | |
| uint32 | ExecutionCount |
| int32 | RoleIndex |
| FString | TestName |
| FString | BeautifiedTestName |
| FString | FullTestPath |
| bool | bSendAnalytics |
| bool | bPruneLogsOnSuccess |
Public Attributes inherited from FAutomationWorkerMessageBase | |
| FGuid | InstanceId = FGuid{} |
Implements a message to request the running of automation tests on a worker.
|
inline |
Default constructor.
|
inline |
Creates and initializes a new instance.
| FString FAutomationWorkerRunTests::BeautifiedTestName |
Holds the name of the test to run.
| bool FAutomationWorkerRunTests::bPruneLogsOnSuccess |
If true, prune log events from test report on success
| bool FAutomationWorkerRunTests::bSendAnalytics |
If true, send results to analytics when complete
| uint32 FAutomationWorkerRunTests::ExecutionCount |
| FString FAutomationWorkerRunTests::FullTestPath |
Holds the full test path of the test to run.
| int32 FAutomationWorkerRunTests::RoleIndex |
| FString FAutomationWorkerRunTests::TestName |
Holds the name of the test to run.