Merge branch 'main' of https://gitea.amasson.eu/amasson/Aura
This commit is contained in:
@@ -1,17 +1,18 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
// Copyright Amasson, Inc. All Rights Reserved.
|
||||
|
||||
using UnrealBuildTool;
|
||||
using System.Collections.Generic;
|
||||
|
||||
public class AuraEditorTarget : TargetRules
|
||||
{
|
||||
public AuraEditorTarget(TargetInfo Target) : base(Target)
|
||||
public AuraEditorTarget( TargetInfo Target) : base(Target)
|
||||
{
|
||||
Type = TargetType.Editor;
|
||||
DefaultBuildSettings = BuildSettingsVersion.V2;
|
||||
|
||||
bOverrideBuildEnvironment = true;
|
||||
|
||||
ExtraModuleNames.AddRange( new string[] { "Aura" } );
|
||||
DefaultBuildSettings = BuildSettingsVersion.V5;
|
||||
IncludeOrderVersion = EngineIncludeOrderVersion.Unreal5_4;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user