From d5ddcdc1fc68bf4c5be652d9a0ea517fe3c05744 Mon Sep 17 00:00:00 2001 From: Bonchellon <64547270+bonchellon@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:34:13 +0300 Subject: [PATCH] ue5.8: set EngineVersion 5.8.0 (compiles unchanged against UE 5.8) Verified the plugin builds clean with UE 5.8 (BuildSettingsVersion.V7) - no code changes required vs the 5.7 branch. Co-Authored-By: Claude Opus 4.8 --- ItemEcosystem.uplugin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ItemEcosystem.uplugin b/ItemEcosystem.uplugin index b2757e4..fb48dd7 100644 --- a/ItemEcosystem.uplugin +++ b/ItemEcosystem.uplugin @@ -2,7 +2,7 @@ "FileVersion": 3, "Version": 1, "VersionName": "0.1.0", - "EngineVersion": "5.7.0", + "EngineVersion": "5.8.0", "FriendlyName": "Item Interaction Ecosystem", "Description": "Universal, server-authoritative, data-driven item / inventory / interaction / placement ecosystem framework for UE5.", "Category": "Gameplay",