-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Apologies if this is a duplicate issue, if so please close this issue. But I just wanted to provide a heads up to the maintainers that for UE 5.7.1 I am seeing (2) deprecation warnings during the build of RiderLink.
[77/80] Compile [x64] Module.RiderGameControl.cpp
C:\Users\<user>\AppData\Local\Temp\UnrealLink\Xariqut\HostProject\Plugins\RiderLink\Source\RiderGameControl\Private\RiderGameControl.cpp(63,20): warning C4996: 'PlayMode_InVulkanPreview': PlayMode_InVulkanPreview is no longer supported, please use PlayMode_InMobilePreview instead - Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
case 6: return PlayMode_InVulkanPreview;
^
C:\Users\<user>\AppData\Local\Temp\UnrealLink\Xariqut\HostProject\Plugins\RiderLink\Source\RiderGameControl\Private\RiderGameControl.cpp(80,10): warning C4996: 'PlayMode_InVulkanPreview': PlayMode_InVulkanPreview is no longer supported, please use PlayMode_InMobilePreview instead - Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
case PlayMode_InVulkanPreview: return 6;
^
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels