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

Fix clang-specific compiler errors on Linux #292

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jwindgassen
Copy link
Contributor

After upgrading to Unreal Engine 5.5, I experienced some problems when packaging my game for Linux using Cross-Compile.

Firstly Error: '/*' within block comment [-Werror,-Wcomment], which only seems to appear with Clang since it has more warnings/errors enabled than MSVC.

Secondly, I got 'MarkCollisionDirtyNoCallback' is a protected member of 'RealtimeMesh::FRealtimeMeshSimple', where I am unsure whether it's a compiler bug or not. I found other issues online that suggest this might be a clang bug. But whatever it is, the best solution I found was just making the function public instead of protected.

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

Successfully merging this pull request may close these issues.

1 participant