Navigation
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAutomatedTestFilter | Describes a filter for a test group. | ||
| FAutomatedTestGroup | Describes a group of tests. | ||
| FAutomationArtifact | |||
| FAutomationCompleteState | Intermediate structure for calculating how complete a automation test is | ||
| FAutomationFilter | |||
| FAutomationGroupFilter | |||
| FAutomationTestResults | A struct to maintain a collection of data which was reported as part of an automation test result. | ||
| IAutomationControllerManager | Interface for AutomationController . | ||
| IAutomationControllerModule | Interface for AutomationController modules. | ||
| IAutomationReport | Interface for automation test results | ||
| UAutomationControllerSettings | Implements the Editor's user settings. |
Typedefs
| Name | Description |
|---|---|
| AutomationFilterCollection | The automation filter collection - used for updating the automation report list |
| FOnAutomationControllerManagerShutdown | Delegate to call when the automation controller is shutdown. |
| FOnAutomationControllerManagerTestsAvailable | Delegate for setting the automation controller status in the UI |
| FOnAutomationControllerReset | Console command delegate type (takes no arguments.) This is a void callback function. |
| FOnAutomationControllerTestsComplete | Delegate to call when the tests are complete. |
| FOnAutomationControllerTestsRefreshed | Console command delegate type (takes no arguments.) This is a void callback function. |
| IAutomationControllerManagerPtr | Type definition for shared pointers to instances of IAutomationControllerManager. |
| IAutomationControllerManagerRef | Type definition for shared references to instances of IAutomationControllerManager. |
| IAutomationReportPtr | |
| IAutomationReportRef |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EAutomationArtifactType | |||
| EAutomationControllerModuleState::Type | Enum to indicate the state of the workers in the automation controller. | ||
| EAutomationDeviceGroupTypes::Type | |||
| EComparisonFileTypes | |||
| EFileExportType::Type | Enum used to set which reports to export |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FText | EAutomationDeviceGroupTypes::ToDescription
(
const Type DeviceGroupType |
||
| FText | EAutomationDeviceGroupTypes::ToName
(
const Type DeviceGroupType |
||
| bool | EFileExportType::IsSet
(
const uint32& InMask, |
Check if a flag is set | |
| void | EFileExportType::RemoveFlag
(
uint32& InMask, |
Remove a flag | |
| void | EFileExportType::SetFlag
(
uint32& InMask, |
Set a flag |