A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
SDKDemoEditor.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
SDKDemoEditorTarget
:
TargetRules
7
{
8
public
SDKDemoEditorTarget
(TargetInfo Target) : base(Target)
9
{
10
Type = TargetType.Editor;
11
DefaultBuildSettings = BuildSettingsVersion.V2;
12
13
ExtraModuleNames.AddRange(
new
string
[] {
"SDKDemo"
} );
14
}
15
}
SDKDemoEditorTarget
Definition
SDKDemoEditor.Target.cs:7
SDKDemoEditorTarget.SDKDemoEditorTarget
SDKDemoEditorTarget(TargetInfo Target)
Definition
SDKDemoEditor.Target.cs:8
TargetRules
UnrealBuildTool
Definition
ApexSDK.Build.cs:6
SDKDemo
Source
SDKDemoEditor.Target.cs
Generated
Wed Oct 9 2024 19:52:56
by Doxygen version
1.10.0