Nuke.Unreal
Build Unreal apps in Style.
Loading...
Searching...
No Matches
Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig Class Reference
Inheritance diagram for Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig:
Nuke.Unreal.Tools.ToolConfig

Public Member Functions

virtual MakefileTargetPlatform_TVOSConfig TargetLib (params object[] values)
 Specify the target library to build.
 
virtual MakefileTargetPlatform_TVOSConfig TargetLibVersion (params object[] values)
 Specify the target library version to build.
 
virtual MakefileTargetPlatform_TVOSConfig TargetLibSourcePath (params object[] values)
 Override the path to source, if external to the engine. (eg. -TargetLibSourcePath=path). Default is empty.
 
virtual MakefileTargetPlatform_TVOSConfig TargetPlatform (params object[] values)
 Specify the name of the target platform to build (eg. -TargetPlatform=IOS).
 
virtual MakefileTargetPlatform_TVOSConfig TargetArchitecture (params object[] values)
 Specify the name of the target architecture to build (eg. -TargetArchitecture=x86_64).
 
virtual MakefileTargetPlatform_TVOSConfig TargetConfigs (params object[] values)
 Specify a list of configurations to build, separated by '+' characters (eg. -TargetConfigs=release+debug). Default is release+debug.
 
virtual MakefileTargetPlatform_TVOSConfig BinOutputPath (params object[] values)
 Override the path to output binaries to. (eg. -BinOutputPath=bin). Default is empty.
 
virtual MakefileTargetPlatform_TVOSConfig LibOutputPath (params object[] values)
 Override the path to output libraries to. (eg. -LibOutputPath=lib). Default is empty.
 
virtual MakefileTargetPlatform_TVOSConfig CMakeGenerator (params object[] values)
 Specify the CMake generator to use.
 
virtual MakefileTargetPlatform_TVOSConfig 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_TVOSConfig CMakeAdditionalArguments (params object[] values)
 Specify the additional arguments to pass to CMake when generating the build system.
 
virtual MakefileTargetPlatform_TVOSConfig MakeTarget (params object[] values)
 Override the target to pass to make.
 
virtual MakefileTargetPlatform_TVOSConfig 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_TVOSConfig 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_TVOSConfig RoboMerge (params object[] values)
 Which RoboMerge action to apply to the submission. If we're skipping submit, this is not used.
 
virtual MakefileTargetPlatform_TVOSConfig TargetLibRoot (params object[] values)
 Override the path to the library's root dir.
 
virtual MakefileTargetPlatform_TVOSConfig 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< UnrealToolArgumentUsingArguments = []
 
readonly Dictionary< string, ToolConfigUsingSubtools = []
 

Detailed Description

Definition at line 31592 of file UatConfigGenerated.cs.

Member Function Documentation

◆ BinOutputPath()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.BinOutputPath ( params object[] values)
virtual

Override the path to output binaries to. (eg. -BinOutputPath=bin). Default is empty.

Definition at line 31713 of file UatConfigGenerated.cs.

◆ CMakeAdditionalArguments()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.CMakeAdditionalArguments ( params object[] values)
virtual

Specify the additional arguments to pass to CMake when generating the build system.

Definition at line 31789 of file UatConfigGenerated.cs.

◆ CMakeGenerator()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.CMakeGenerator ( params object[] values)
virtual

Specify the CMake generator to use.

Definition at line 31751 of file UatConfigGenerated.cs.

◆ CMakeProjectIncludeFile()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.CMakeProjectIncludeFile ( params object[] values)
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 31770 of file UatConfigGenerated.cs.

◆ LibOutputPath()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.LibOutputPath ( params object[] values)
virtual

Override the path to output libraries to. (eg. -LibOutputPath=lib). Default is empty.

Definition at line 31732 of file UatConfigGenerated.cs.

◆ MakeTarget()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.MakeTarget ( params object[] values)
virtual

Override the target to pass to make.

Definition at line 31808 of file UatConfigGenerated.cs.

◆ RoboMerge()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.RoboMerge ( params object[] values)
virtual

Which RoboMerge action to apply to the submission. If we're skipping submit, this is not used.

Definition at line 31865 of file UatConfigGenerated.cs.

◆ SkipCreateChangelist()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.SkipCreateChangelist ( params object[] values)
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 31827 of file UatConfigGenerated.cs.

◆ SkipSubmit()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.SkipSubmit ( params object[] values)
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 31846 of file UatConfigGenerated.cs.

◆ TargetArchitecture()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.TargetArchitecture ( params object[] values)
virtual

Specify the name of the target architecture to build (eg. -TargetArchitecture=x86_64).

Definition at line 31675 of file UatConfigGenerated.cs.

◆ TargetConfigs()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.TargetConfigs ( params object[] values)
virtual

Specify a list of configurations to build, separated by '+' characters (eg. -TargetConfigs=release+debug). Default is release+debug.

Definition at line 31694 of file UatConfigGenerated.cs.

◆ TargetLib()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.TargetLib ( params object[] values)
virtual

Specify the target library to build.

Definition at line 31599 of file UatConfigGenerated.cs.

◆ TargetLibRoot()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.TargetLibRoot ( params object[] values)
virtual

Override the path to the library's root dir.

Definition at line 31884 of file UatConfigGenerated.cs.

◆ TargetLibSourcePath()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.TargetLibSourcePath ( params object[] values)
virtual

Override the path to source, if external to the engine. (eg. -TargetLibSourcePath=path). Default is empty.

Definition at line 31637 of file UatConfigGenerated.cs.

◆ TargetLibVersion()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.TargetLibVersion ( params object[] values)
virtual

Specify the target library version to build.

Definition at line 31618 of file UatConfigGenerated.cs.

◆ TargetPlatform()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.TargetPlatform ( params object[] values)
virtual

Specify the name of the target platform to build (eg. -TargetPlatform=IOS).

Definition at line 31656 of file UatConfigGenerated.cs.

◆ TargetRootDir()

virtual MakefileTargetPlatform_TVOSConfig Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.TargetRootDir ( params object[] values)
virtual

Definition at line 31903 of file UatConfigGenerated.cs.

Member Data Documentation

◆ _configs

ToolConfig [] Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig._configs = null
private

Definition at line 31921 of file UatConfigGenerated.cs.

Property Documentation

◆ CliName

override string Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.CliName
get

Definition at line 31595 of file UatConfigGenerated.cs.

◆ Compatibility

override UnrealCompatibility Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.Compatibility
get

Definition at line 31596 of file UatConfigGenerated.cs.

◆ Configs

override ToolConfig [] Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.Configs
getprotected

Definition at line 31922 of file UatConfigGenerated.cs.

◆ Name

override string Nuke.Unreal.Tools.UatConfigGenerated.MakefileTargetPlatform_TVOSConfig.Name
get

Definition at line 31594 of file UatConfigGenerated.cs.


The documentation for this class was generated from the following file: