C# Class AmbitionOfNobunagaServerTarget, AmbitionOfNobunaga

Inheritance: UnrealBuildTool.TargetRules
Exibir arquivo Open project: damody/AmbitionOfNobunaga

Public Methods

Method Description
AmbitionOfNobunagaServerTarget ( TargetInfo Target ) : System.Collections.Generic
GUBP_GetConfigs_MonolithicOnly ( UnrealTargetPlatform HostPlatform, UnrealTargetPlatform Platform ) : List
GUBP_GetPlatforms_MonolithicOnly ( UnrealTargetPlatform HostPlatform ) : List
GetSupportedPlatforms ( List &OutPlatforms ) : bool
SetupBinaries ( TargetInfo Target, List &OutBuildBinaryConfigurations, List &OutExtraModuleNames ) : void

Method Details

AmbitionOfNobunagaServerTarget() public method

public AmbitionOfNobunagaServerTarget ( TargetInfo Target ) : System.Collections.Generic
Target TargetInfo
return System.Collections.Generic

GUBP_GetConfigs_MonolithicOnly() public method

public GUBP_GetConfigs_MonolithicOnly ( UnrealTargetPlatform HostPlatform, UnrealTargetPlatform Platform ) : List
HostPlatform UnrealTargetPlatform
Platform UnrealTargetPlatform
return List

GUBP_GetPlatforms_MonolithicOnly() public method

public GUBP_GetPlatforms_MonolithicOnly ( UnrealTargetPlatform HostPlatform ) : List
HostPlatform UnrealTargetPlatform
return List

GetSupportedPlatforms() public method

public GetSupportedPlatforms ( List &OutPlatforms ) : bool
OutPlatforms List
return bool

SetupBinaries() public method

public SetupBinaries ( TargetInfo Target, List &OutBuildBinaryConfigurations, List &OutExtraModuleNames ) : void
Target TargetInfo
OutBuildBinaryConfigurations List
OutExtraModuleNames List
return void