Unreal.js-core icon indicating copy to clipboard operation
Unreal.js-core copied to clipboard

Error when recompiling to UE5 with UAT BuildTool

Open VELD-Dev opened this issue 2 years ago • 2 comments

When I try to recompile the plugin to a later version of Unreal, this happens: image And also in logs of UAT BuildTool, there's a lot of "Win32 Unknown"

VELD-Dev avatar Nov 10 '21 12:11 VELD-Dev

Ue5 removed Win32 platform, removing those from build.cs and the .uplugin should fix it. That said ue5 compile will likely need some minor c++ edits

getnamo avatar Nov 13 '21 16:11 getnamo

Ue5 removed Win32 platform, removing those from build.cs and the .uplugin should fix it. That said ue5 compile will likely need some minor c++ edits

Thank you!

VELD-Dev avatar Nov 14 '21 20:11 VELD-Dev