Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when recompiling to UE5 with UAT BuildTool #77

Open
VELD-Dev opened this issue Nov 10, 2021 · 2 comments
Open

Error when recompiling to UE5 with UAT BuildTool #77

VELD-Dev opened this issue Nov 10, 2021 · 2 comments

Comments

@VELD-Dev
Copy link

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"

@getnamo
Copy link
Contributor

getnamo commented Nov 13, 2021

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

@VELD-Dev
Copy link
Author

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants