|
Nuke.Unreal
Build Unreal apps in Style.
|
Executes scripted commands. More...
Public Member Functions | |
| virtual AutomationConfig | Verbose (params object[] values) |
| Enables verbose logging. | |
| virtual AutomationConfig | Nop4 (params object[] values) |
| Disables Perforce functionality (default if not run on a build machine) | |
| virtual AutomationConfig | P4 (params object[] values) |
| Enables Perforce functionality (default if run on a build machine) | |
| virtual AutomationConfig | Compileonly (params object[] values) |
| Does not run any commands, only compiles them. | |
| virtual AutomationConfig | Compile (params object[] values) |
| Dynamically compiles all commands (otherwise assumes they are already built) | |
| virtual AutomationConfig | Help (params object[] values) |
| Displays help. | |
| virtual AutomationConfig | List (params object[] values) |
| Lists all available commands. | |
| virtual AutomationConfig | Submit (params object[] values) |
| Allows UAT command to submit changes. | |
| virtual AutomationConfig | Nosubmit (params object[] values) |
| Prevents any submit attempts. | |
| virtual AutomationConfig | Nokill (params object[] values) |
| Does not kill any spawned processes on exit. | |
| virtual AutomationConfig | Ignorejunk (params object[] values) |
| Prevents UBT from cleaning junk files. | |
| virtual AutomationConfig | UseLocalBuildStorage (params object[] values) |
| Allows you to use local storage for your root build storage dir (default of P:\Builds (on PC) is changed to Engine\Saved\LocalBuilds). Used for local testing. | |
| virtual AutomationConfig | Telemetry (params object[] values) |
Public Member Functions inherited from Nuke.Unreal.Tools.ToolConfig | |
| virtual void | AppendArgument (UnrealToolArgument arg) |
| virtual void | AppendArgument (string arg, UnrealToolArgumentMeta? meta=null) |
| virtual void | AppendSubtool (ToolConfig subtool) |
| virtual string | Gather (EngineVersion ueVersion) |
| Gether the arguments and subtools and render a command line output. | |
Properties | |
| override string | Name [get] |
| override string | CliName [get] |
| override UnrealCompatibility | Compatibility [get] |
| override ToolConfig[] | Configs [get] |
Properties inherited from Nuke.Unreal.Tools.ToolConfig | |
| string | Name [get] |
| The C# friendly name of the tool which will be used inside configurators. | |
| string | CliName [get] |
| The name which will be rendered onto command line. | |
| UnrealCompatibility | Compatibility [get] |
| Compatibility with either Unreal Engine 4 or 5 or both. If tool is configured to run with an incompatible engine its entire configuration will be ignored. | |
| virtual ToolConfig[] | Configs [get] |
Private Attributes | |
| ToolConfig[] | _configs = null |
Additional Inherited Members | |
Protected Attributes inherited from Nuke.Unreal.Tools.ToolConfig | |
| List< UnrealToolArgument > | UsingArguments = [] |
| readonly Dictionary< string, ToolConfig > | UsingSubtools = [] |
Executes scripted commands.
AutomationTool.exe [-verbose] [-compileonly] [-p4] Command0 [-Arg0 -Arg1 -Arg2 ...] Command1 [-Arg0 -Arg1 ...] Command2 [-Arg0 ...] Commandn ... [EnvVar0=MyValue0 ... EnvVarn=MyValuen]
Definition at line 4763 of file UatConfigGenerated.cs.
|
virtual |
Dynamically compiles all commands (otherwise assumes they are already built)
Definition at line 4846 of file UatConfigGenerated.cs.
|
virtual |
Does not run any commands, only compiles them.
Definition at line 4827 of file UatConfigGenerated.cs.
|
virtual |
Displays help.
Definition at line 4865 of file UatConfigGenerated.cs.
|
virtual |
Prevents UBT from cleaning junk files.
Definition at line 4960 of file UatConfigGenerated.cs.
|
virtual |
Lists all available commands.
Definition at line 4884 of file UatConfigGenerated.cs.
|
virtual |
Does not kill any spawned processes on exit.
Definition at line 4941 of file UatConfigGenerated.cs.
|
virtual |
Disables Perforce functionality (default if not run on a build machine)
Definition at line 4789 of file UatConfigGenerated.cs.
|
virtual |
Prevents any submit attempts.
Definition at line 4922 of file UatConfigGenerated.cs.
|
virtual |
Enables Perforce functionality (default if run on a build machine)
Definition at line 4808 of file UatConfigGenerated.cs.
|
virtual |
Allows UAT command to submit changes.
Definition at line 4903 of file UatConfigGenerated.cs.
|
virtual |
Definition at line 4998 of file UatConfigGenerated.cs.
|
virtual |
Allows you to use local storage for your root build storage dir (default of P:\Builds (on PC) is changed to Engine\Saved\LocalBuilds). Used for local testing.
Definition at line 4979 of file UatConfigGenerated.cs.
|
virtual |
Enables verbose logging.
Definition at line 4770 of file UatConfigGenerated.cs.
|
private |
Definition at line 5016 of file UatConfigGenerated.cs.
|
get |
Definition at line 4766 of file UatConfigGenerated.cs.
|
get |
Definition at line 4767 of file UatConfigGenerated.cs.
|
getprotected |
Definition at line 5017 of file UatConfigGenerated.cs.
|
get |
Definition at line 4765 of file UatConfigGenerated.cs.