ValveSoftware / steamvr_unreal_plugin

SteamVR Input Unreal Plugin - Documentation at: https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki Sample project (UE4.15-4.23): https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki/sample/SteamVRInputPlugin.zip Sample Project (UE.424+): https://github.com/ValveSoftware/steamvr_unreal_plugin/wiki/sample/SteamVRInputPlugin_UEIntegrated.7z

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some build error in VS2022

DCRSgk opened this issue · comments

commented

Here is my VS2022 version: Microsoft Visual Studio Professional 2022 (64-bit) - Current
version 17.7.3

The previous code for this line likely had a bug and missed the following part. By directly using a comma expression, it ignored the content of the preceding ToString(), leading to an error. I added this part and fixed the issue.

I installed the latest version of VS2022 a while ago, so I encountered the error. People using slightly older versions probably won't run into this issue.

fix pic