A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
SDKDemo.Target.cs
Go to the documentation of this file.
1
// Fill out your copyright notice in the Description page of Project Settings.
2
3
using
UnrealBuildTool
;
4
using
System.Collections.Generic;
5
6
public
class
SDKDemoTarget
:
TargetRules
7
{
8
public
SDKDemoTarget
(TargetInfo Target) : base(Target)
9
{
10
Type = TargetType.Game;
11
DefaultBuildSettings = BuildSettingsVersion.V2;
12
13
ExtraModuleNames.AddRange(
new
string
[] {
"SDKDemo"
} );
14
}
15
}
SDKDemoTarget
Definition
SDKDemo.Target.cs:7
SDKDemoTarget.SDKDemoTarget
SDKDemoTarget(TargetInfo Target)
Definition
SDKDemo.Target.cs:8
TargetRules
UnrealBuildTool
Definition
ApexSDK.Build.cs:6
SDKDemo
Source
SDKDemo.Target.cs
Generated
Wed Oct 9 2024 19:52:56
by Doxygen version
1.10.0