Skip to content

Commit

Permalink
[ue] Update example project to UE 5.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
badlogic committed May 10, 2024
1 parent eb91c17 commit 7798f80
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion spine-ue/Source/SpineUE.Target.cs
Expand Up @@ -7,7 +7,7 @@ public class SpineUETarget : TargetRules
{
public SpineUETarget(TargetInfo Target) : base(Target)
{
DefaultBuildSettings = BuildSettingsVersion.V2;
DefaultBuildSettings = BuildSettingsVersion.Latest;
Type = TargetType.Game;
ExtraModuleNames.AddRange(new string[] { "SpineUE" });
}
Expand Down
2 changes: 1 addition & 1 deletion spine-ue/Source/SpineUEEditor.Target.cs
Expand Up @@ -4,7 +4,7 @@ public class SpineUEEditorTarget : TargetRules
{
public SpineUEEditorTarget(TargetInfo target) : base(target)
{
DefaultBuildSettings = BuildSettingsVersion.V2;
DefaultBuildSettings = BuildSettingsVersion.Latest;
Type = TargetType.Editor;
ExtraModuleNames.AddRange(new string[] { "SpineUE" });
}
Expand Down
2 changes: 1 addition & 1 deletion spine-ue/SpineUE.uproject
@@ -1,6 +1,6 @@
{
"FileVersion": 3,
"EngineAssociation": "5.3",
"EngineAssociation": "5.4",
"Category": "",
"Description": "",
"Modules": [
Expand Down

0 comments on commit 7798f80

Please sign in to comment.