Nuke.Unreal
Build Unreal apps in Style.
Loading...
Searching...
No Matches
Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig Class Reference

Queries information about the targets supported by a project. More...

Inheritance diagram for Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig:
Nuke.Unreal.Tools.ToolConfig

Public Member Functions

virtual QueryTargetsConfig Project (object val=null)
 Path to the project file to query.
 
virtual QueryTargetsConfig Output (object val=null)
 Path to the output file to receive information about the targets.
 
virtual QueryTargetsConfig IncludeAllTargets (bool? val=null)
 Write out all targets, even if a default is specified in the BuildSettings section of the Default*.ini files.
 
virtual QueryTargetsConfig IncludeParentAssembly (bool present=true)
 Write all targets from parent assemblies (useful for EngineRules which can be chained)
 
virtual QueryTargetsConfig DontIncludeParentAssembly (bool present=true)
 Write all targets from parent assemblies (useful for EngineRules which can be chained)
 
- 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

Queries information about the targets supported by a project.

Definition at line 14733 of file UbtConfigGenerated.cs.

Member Function Documentation

◆ DontIncludeParentAssembly()

virtual QueryTargetsConfig Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig.DontIncludeParentAssembly ( bool present = true)
virtual

Write all targets from parent assemblies (useful for EngineRules which can be chained)

Definition at line 14826 of file UbtConfigGenerated.cs.

◆ IncludeAllTargets()

virtual QueryTargetsConfig Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig.IncludeAllTargets ( bool? val = null)
virtual

Write out all targets, even if a default is specified in the BuildSettings section of the Default*.ini files.

Definition at line 14784 of file UbtConfigGenerated.cs.

◆ IncludeParentAssembly()

virtual QueryTargetsConfig Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig.IncludeParentAssembly ( bool present = true)
virtual

Write all targets from parent assemblies (useful for EngineRules which can be chained)

Definition at line 14805 of file UbtConfigGenerated.cs.

◆ Output()

virtual QueryTargetsConfig Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig.Output ( object val = null)
virtual

Path to the output file to receive information about the targets.

Definition at line 14763 of file UbtConfigGenerated.cs.

◆ Project()

virtual QueryTargetsConfig Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig.Project ( object val = null)
virtual

Path to the project file to query.

Definition at line 14742 of file UbtConfigGenerated.cs.

Member Data Documentation

◆ _configs

ToolConfig [] Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig._configs = null
private

Definition at line 14844 of file UbtConfigGenerated.cs.

Property Documentation

◆ CliName

override string Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig.CliName
get

Definition at line 14736 of file UbtConfigGenerated.cs.

◆ Compatibility

override UnrealCompatibility Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig.Compatibility
get

Definition at line 14737 of file UbtConfigGenerated.cs.

◆ Configs

override ToolConfig [] Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig.Configs
getprotected

Definition at line 14845 of file UbtConfigGenerated.cs.

◆ Name

override string Nuke.Unreal.Tools.UbtConfigGenerated.QueryTargetsConfig.Name
get

Definition at line 14735 of file UbtConfigGenerated.cs.


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