Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Tests
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UAutomationTestSettings
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Tests/AutomationTestSettings.h |
| Include | #include "Tests/AutomationTestSettings.h" |
Syntax
UCLASS (Config=Engine, defaultconfig, MinimalAPI)
class UAutomationTestSettings : public UObject
Remarks
Implements the Editor's user settings.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FString > | AssetsToOpen | Asset to test for open in automation process | |
| FSoftObjectPath | AutomationTestmap | The automation test map to be used for several of the automation tests. | |
| FBlueprintEditorPromotionSettings | BlueprintEditorPromotionTest | Blueprint editor promotion test settings | |
| FBuildPromotionTestSettings | BuildPromotionTest | Editor build promotion test settings | |
| bool | bUseAllProjectMapsToPlayInPIE | Use all Maps from project for PlayMapInPIE test | |
| float | DefaultInteractiveFramerate | Default value used for FWaitForInteractiveFrameRate. | |
| float | DefaultInteractiveFramerateDuration | Default time in seconds that DefaultInteractiveFramerate must remain true in FWaitForInteractiveFrameRate | |
| float | DefaultInteractiveFramerateWaitTime | Default wait time in seconds for FWaitForInteractiveFrameRate. After this time a test will fail. | |
| FIntPoint | DefaultScreenshotResolution | The default resolution to take all automation screenshots at. | |
| TArray< FEditorMapPerformanceTestDefinition > | EditorPerformanceTestMaps | The map to be used for the editor performance capture tool. | |
| TArray< FString > | EditorTestModules | Modules to load that have editor tests | |
| TArray< FString > | EngineTestModules | Modules to load that have engine tests | |
| TArray< FExternalToolDefinition > | ExternalTools | External executables and scripts to run as part of automation. | |
| TArray< FEditorImportExportTestDefinition > | ImportExportTestDefinitions | Asset import / Export test settings | |
| TArray< FLaunchOnTestSettings > | LaunchOnSettings | The map and device type to be used for the editor Launch On With Map Iterations test. | |
| TArray< FString > | MapsToPIETest | Maps to PIE during the PIE test | |
| FMaterialEditorPromotionSettings | MaterialEditorPromotionTest | Material editor promotion test settings | |
| FParticleEditorPromotionSettings | ParticleEditorPromotionTest | Particle editor promotion test settings | |
| float | PIETestDuration | PIE test duration in seconds. Only applied if you do PIETest | |
| TArray< FString > | TestLevelFolders | Folders containing levels to exclude from automated tests |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UAutomationTestSettings
(
const FObjectInitializer& ObjectInitializer |