Skip to content

RiderLink Deprecation Warnings for UE 5.7.1 #377

@zjdaniels1985

Description

@zjdaniels1985

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;
         ^

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions