Fix deprecation warnings with UE5.5.4#81
Closed
edowson wants to merge 8 commits intoCosys-Lab:mainfrom
Closed
Conversation
… FeatureLevel is deprecated warning. This commit fixes the following warning: AnnotationComponent.cpp:373:57: warning: 'FeatureLevel' is deprecated: FeatureLevel will be removed in the future from UWorld. Please use GetFeatureLevel or SetFeatureLevel instead Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. [-Wdeprecated-declarations] Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
… Unreal/Plugins/AirSim/Source/Annotation: AnnotationComponent.cpp: Fix PredictedLODLevel is deprecated warning. This commit fixes the following warning: AnnotationComponent.cpp:380:73: warning: 'PredictedLODLevel' is deprecated: Direct access to PredictedLODLevel has been deprecated and will be removed in a future version. Please use Get/SetPredictedLODLevel() accessors. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile. [-Wdeprecated-declarations] Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
0ce41c1 to
0d8db12
Compare
Contributor
Author
|
I managed to modify the setup and build scripts to pass CI for all three linux OS variants: ubuntu-20.04, 22.04 and 24.04. |
… headers for Materials compilation in UE5.5.4 Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
…PC=1 conditional compilation. Fix location of #endif when AIRLIB_NO_RPC=1. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
…r.hpp: Fix AIRLIB_NO_RPC=1 conditional compilation. Fix location of #endif when AIRLIB_NO_RPC=1. Signed-off-by: Elvis Dowson <elvis.dowson@gmail.com>
Contributor
|
Thank you! Merged this manually into 5.5dev and concequent releases. |
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
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 commit fixes deprecation warnings in AnnotationComponent.cpp for UE5.5.4.