|
Nuke.Unreal
Build Unreal apps in Style.
|
Public Member Functions | |
| virtual MakefileTargetPlatform_IOSConfig | TargetLib (params object[] values) |
| Specify the target library to build. | |
| virtual MakefileTargetPlatform_IOSConfig | TargetLibVersion (params object[] values) |
| Specify the target library version to build. | |
| virtual MakefileTargetPlatform_IOSConfig | TargetLibSourcePath (params object[] values) |
| Override the path to source, if external to the engine. (eg. -TargetLibSourcePath=path). Default is empty. | |
| virtual MakefileTargetPlatform_IOSConfig | TargetPlatform (params object[] values) |
| Specify the name of the target platform to build (eg. -TargetPlatform=IOS). | |
| virtual MakefileTargetPlatform_IOSConfig | TargetConfigs (params object[] values) |
| Specify a list of configurations to build, separated by '+' characters (eg. -TargetConfigs=release+debug). Default is release+debug. | |
| virtual MakefileTargetPlatform_IOSConfig | LibOutputPath (params object[] values) |
| Override the path to output the libs to. (eg. -LibOutputPath=lib). Default is empty. Override the path to output libraries to. (eg. -LibOutputPath=lib). Default is empty. | |
| virtual MakefileTargetPlatform_IOSConfig | CMakeGenerator (params object[] values) |
| Specify the CMake generator to use. | |
| virtual MakefileTargetPlatform_IOSConfig | CMakeProjectIncludeFile (params object[] values) |
| Specify the name of the CMake project include file to use, first looks in current directory then looks in global directory. | |
| virtual MakefileTargetPlatform_IOSConfig | CMakeAdditionalArguments (params object[] values) |
| Specify the additional commandline to pass to cmake. Specify the additional arguments to pass to CMake when generating the build system. | |
| virtual MakefileTargetPlatform_IOSConfig | MakeTarget (params object[] values) |
| Override the target to pass to make. | |
| virtual MakefileTargetPlatform_IOSConfig | SkipCreateChangelist (params object[] values) |
| Do not create a P4 changelist for source or libs. If this argument is not supplied source and libs will be added to a Perforce changelist. | |
| virtual MakefileTargetPlatform_IOSConfig | SkipSubmit (params object[] values) |
| Do not perform P4 submit of source or libs. If this argument is not supplied source and libs will be automatically submitted to Perforce. If SkipCreateChangelist is specified, this argument applies by default. | |
| virtual MakefileTargetPlatform_IOSConfig | Robomerge (params object[] values) |
| Which robomerge action to apply to the submission. If we're skipping submit, this is not used. Which RoboMerge action to apply to the submission. If we're skipping submit, this is not used. | |
| virtual MakefileTargetPlatform_IOSConfig | TargetArchitecture (params object[] values) |
| Specify the name of the target architecture to build (eg. -TargetArchitecture=x86_64). | |
| virtual MakefileTargetPlatform_IOSConfig | BinOutputPath (params object[] values) |
| Override the path to output binaries to. (eg. -BinOutputPath=bin). Default is empty. | |
| virtual MakefileTargetPlatform_IOSConfig | TargetLibRoot (params object[] values) |
| Override the path to the library's root dir. | |
| virtual MakefileTargetPlatform_IOSConfig | TargetRootDir (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 = [] |
Definition at line 12101 of file UatConfigGenerated.cs.
|
virtual |
Override the path to output binaries to. (eg. -BinOutputPath=bin). Default is empty.
Definition at line 12377 of file UatConfigGenerated.cs.
|
virtual |
Specify the additional commandline to pass to cmake. Specify the additional arguments to pass to CMake when generating the build system.
Definition at line 12262 of file UatConfigGenerated.cs.
|
virtual |
Specify the CMake generator to use.
Definition at line 12223 of file UatConfigGenerated.cs.
|
virtual |
Specify the name of the CMake project include file to use, first looks in current directory then looks in global directory.
Definition at line 12242 of file UatConfigGenerated.cs.
|
virtual |
Override the path to output the libs to. (eg. -LibOutputPath=lib). Default is empty. Override the path to output libraries to. (eg. -LibOutputPath=lib). Default is empty.
Definition at line 12204 of file UatConfigGenerated.cs.
|
virtual |
Override the target to pass to make.
Definition at line 12281 of file UatConfigGenerated.cs.
|
virtual |
Which robomerge action to apply to the submission. If we're skipping submit, this is not used. Which RoboMerge action to apply to the submission. If we're skipping submit, this is not used.
Definition at line 12339 of file UatConfigGenerated.cs.
|
virtual |
Do not create a P4 changelist for source or libs. If this argument is not supplied source and libs will be added to a Perforce changelist.
Definition at line 12300 of file UatConfigGenerated.cs.
|
virtual |
Do not perform P4 submit of source or libs. If this argument is not supplied source and libs will be automatically submitted to Perforce. If SkipCreateChangelist is specified, this argument applies by default.
Definition at line 12319 of file UatConfigGenerated.cs.
|
virtual |
Specify the name of the target architecture to build (eg. -TargetArchitecture=x86_64).
Definition at line 12358 of file UatConfigGenerated.cs.
|
virtual |
Specify a list of configurations to build, separated by '+' characters (eg. -TargetConfigs=release+debug). Default is release+debug.
Definition at line 12184 of file UatConfigGenerated.cs.
|
virtual |
Specify the target library to build.
Definition at line 12108 of file UatConfigGenerated.cs.
|
virtual |
Override the path to the library's root dir.
Definition at line 12396 of file UatConfigGenerated.cs.
|
virtual |
Override the path to source, if external to the engine. (eg. -TargetLibSourcePath=path). Default is empty.
Definition at line 12146 of file UatConfigGenerated.cs.
|
virtual |
Specify the target library version to build.
Definition at line 12127 of file UatConfigGenerated.cs.
|
virtual |
Specify the name of the target platform to build (eg. -TargetPlatform=IOS).
Definition at line 12165 of file UatConfigGenerated.cs.
|
virtual |
Definition at line 12415 of file UatConfigGenerated.cs.
|
private |
Definition at line 12433 of file UatConfigGenerated.cs.
|
get |
Definition at line 12104 of file UatConfigGenerated.cs.
|
get |
Definition at line 12105 of file UatConfigGenerated.cs.
|
getprotected |
Definition at line 12434 of file UatConfigGenerated.cs.
|
get |
Definition at line 12103 of file UatConfigGenerated.cs.