Skip to content

fix: compilation for 5.5 by updating build settings #17

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

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

BryanBrouwer
Copy link

Build settings V2 has some settings that are no longer supported by the current Unreal Engine version, like still using cpp version 17. Build settings V5 fixes this, but keep in mind this updates cpp version from 17 to 20, which might invalidate some legacy API.

Build settings V2 has some settings that are no longer supported by the current Unreal Engine version, like still using cpp version 17.
Build settings V5 fixes this, but keep in mind this updates cpp version from 17 to 20, which might invalidate some legacy API.
@ScottKirvan
Copy link
Owner

Thanks!

@ScottKirvan ScottKirvan merged commit d183639 into ScottKirvan:master Dec 31, 2024
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

Successfully merging this pull request may close these issues.

2 participants