Skip to content

Fix deprecation warnings with UE5.5.4#81

Closed
edowson wants to merge 8 commits intoCosys-Lab:mainfrom
edowson:main
Closed

Fix deprecation warnings with UE5.5.4#81
edowson wants to merge 8 commits intoCosys-Lab:mainfrom
edowson:main

Conversation

@edowson
Copy link
Contributor

@edowson edowson commented Mar 27, 2025

This commit fixes deprecation warnings in AnnotationComponent.cpp for UE5.5.4.

edowson added 2 commits March 27, 2025 21:43
… 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>
@edowson edowson force-pushed the main branch 20 times, most recently from 0ce41c1 to 0d8db12 Compare March 27, 2025 21:25
@edowson
Copy link
Contributor Author

edowson commented Mar 27, 2025

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.

edowson added 3 commits March 29, 2025 09:55
… 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>
edowson added 2 commits March 30, 2025 14:26
…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>
@WouterJansen
Copy link
Contributor

Thank you! Merged this manually into 5.5dev and concequent releases.

WouterJansen added a commit that referenced this pull request Apr 16, 2025
WouterJansen added a commit that referenced this pull request Apr 16, 2025
WouterJansen added a commit that referenced this pull request Apr 16, 2025
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.

2 participants