-
Notifications
You must be signed in to change notification settings - Fork 241
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
Unreal Engine 5 Preview 1 support #245
Comments
Yep, suspicions were correct.. Removing white space at the top of each file seemed to have helped with the strange errors. However, I do see I was wrong and there are some changes to the static_asserts actually, will fix those and make a pull request with the necessary changes for Preview! |
Those checks are used to determine if changes were made to the engine's structures and enumerations. The managed code should be updated accordingly to such changes with version bump in the C++ code. |
For sure, I was reading source and thought changes didn't happen to these structs, but upon reading closer I saw they had. I think I've resolved the enum changes though, just want to do a bit of testing and then can submit a PR. Still seemed like a strange error with white space though. I have seemed to have resolved that now. |
Have made a PR here. Closing this. |
Hey there!
I've been trying to port a project that relies on UnrealCLR to UE5 Preview 1. I've found a strange compilation issue to occur
Checking these structs I don't see that there is an issue with the static_assert but it still seems to fail.
In a clean project I can simply comment these lines and the issue goes away and I can compile. But in my current more complex project, when I comment the lines, I run into 100+ compilation errors.
It seems like it could be an issue with UE5 Preview UHT/UBT as the errors don't really make sense - UE5 Early Access there is no issue. Wondering if anyone else has experienced this, or if there may be a quick fix for now?
Many thanks!
The text was updated successfully, but these errors were encountered: