Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Tests
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Tests/AutomationTestSettings.h |
| Include | #include "Tests/AutomationTestSettings.h" |
Syntax
struct FExternalToolDefinition
Remarks
Structure for defining an external tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | CommandLineOptions | The command line options to pass to the executable. | |
| FFilePath | ExecutablePath | The executable to run. | |
| FDirectoryPath | ScriptDirectory | If the ScriptExtension is set, look here for the script files. | |
| FString | ScriptExtension | If set, look for scripts with this extension. | |
| FString | ToolName | The name of the tool / test. | |
| FDirectoryPath | WorkingDirectory | The working directory for the new process. |