-
-
Notifications
You must be signed in to change notification settings - Fork 53
Fix warnings in UE 5.7 caused by deprecated API usage #1152
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
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 7034040.
Test Change windows credential mode GIt credentials setup Revert to using ue4-docker setup util Test Test Test with ltsc2022 Fix Windows prerequisites Test Test Update buildgraph-args to include UseUBA option Update ue-docker-windows.yml Revert "Update buildgraph-args to include UseUBA option" This reverts commit ada15fc. Revert "Update ue-docker-windows.yml" This reverts commit 62f0e44. Revert "Test" This reverts commit cc11e1a. Revert "Test" This reverts commit bb78b1e. Test Reapply "Test" This reverts commit 090a576. # Conflicts: # .github/workflows/ue-docker-windows.yml Reapply "Test" This reverts commit 935cbdd. Update Docker base tag from ltsc2022 to ltsc2025
limbonaut
approved these changes
Nov 17, 2025
tustanivsky
added a commit
that referenced
this pull request
Nov 20, 2025
* Add UE 5.7 to docker image build scripts * Add UE 5.7 Android docker file * Add UE 5.7 to Android docker image build script * Fix comments * Remove redundant step for Windows docker image build * Revert "Remove redundant step for Windows docker image build" This reverts commit 7034040. * Try stop docker service on Windows before setup * Disable client/server config for Linux * Try newer ue4-docker for WIndows * Add 5.7 for Linux and Android to CI Test Change windows credential mode GIt credentials setup Revert to using ue4-docker setup util Test Test Test with ltsc2022 Fix Windows prerequisites Test Test Update buildgraph-args to include UseUBA option Update ue-docker-windows.yml Revert "Update buildgraph-args to include UseUBA option" This reverts commit ada15fc. Revert "Update ue-docker-windows.yml" This reverts commit 62f0e44. Revert "Test" This reverts commit cc11e1a. Revert "Test" This reverts commit bb78b1e. Test Reapply "Test" This reverts commit 090a576. # Conflicts: # .github/workflows/ue-docker-windows.yml Reapply "Test" This reverts commit 935cbdd. Update Docker base tag from ltsc2022 to ltsc2025 * Fix deprecated API usage for UE 5.7 * Update changelog * Add UE 5.7 to supported engine versions list * Revert Windows docker image build steps * Clean up * Fix paths permissions * Fix * Fix
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR fixes build warnings in UE 5.7 caused by deprecated API usage. It also adds Unreal Engine 5.7 to the list of supported engine versions.
Side note: Currently, CI checks are only supported for Linux and Android while preparing Windows docker image requires additional work (#1153).