epic-inventory/epic_inventory/Source/epic_inventoryEditor.Target.cs

16 lines
424 B
C#
Raw Permalink Normal View History

2024-10-22 17:22:34 -06:00
// Copyright Epic Games, Inc. All Rights Reserved.
using UnrealBuildTool;
using System.Collections.Generic;
public class epic_inventoryEditorTarget : TargetRules
{
public epic_inventoryEditorTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V5;
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_4;
ExtraModuleNames.Add("epic_inventory");
}
}