FExternalToolDefinition

Structure for defining an external tool

Windows
MacOS
Linux

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

Name Description

Public variable

FString

 

CommandLineOptions

The command line options to pass to the executable.

Public variable

FFilePath

 

ExecutablePath

The executable to run.

Public variable

FDirectoryPath

 

ScriptDirectory

If the ScriptExtension is set, look here for the script files.

Public variable

FString

 

ScriptExtension

If set, look for scripts with this extension.

Public variable

FString

 

ToolName

The name of the tool / test.

Public variable

FDirectoryPath

 

WorkingDirectory

The working directory for the new process.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss