Updated to 5.4 engine version

This commit is contained in:
Risensy
2024-09-29 18:18:34 +03:00
parent 812b131a19
commit 415a30a9c8
89 changed files with 131 additions and 98 deletions

View File

@@ -8,7 +8,7 @@ public class SteamEditorTarget : TargetRules
public SteamEditorTarget(TargetInfo Target) : base(Target)
{
Type = TargetType.Editor;
DefaultBuildSettings = BuildSettingsVersion.V2;
DefaultBuildSettings = BuildSettingsVersion.V5;
ExtraModuleNames.AddRange( new string[] { "Steam" } );
}