Illusion-UE5/hwanyoung2/Source/hwanyoung2Editor.Target.cs

16 lines
412 B
C#
Raw Permalink Normal View History

2023-10-10 01:37:22 +02:00
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class hwanyoung2EditorTarget : TargetRules
{
public hwanyoung2EditorTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V2;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_1;
ExtraModuleNames.Add("hwanyoung2");
}
}