How to check whether player uses Valve Index or HTC Vive?

Hi.
I want to make a simple switch instruction based on some enum that will represent user’s HMD device. I’m aware of Get HMD Device Name node but it just return System name (eg OculusHMD for oculus rift, rift S etc and SteamVR for vive and index) I saw solution in MordenTral’s Vr Expansion Plugin with GetOpenVrHMDType node and it works fine but it uses openvr. I don’t want to use OpenVR because oculus store does not allow to upload that dll into their store and I want to use same build for steam and oculus store. Is it possible to get that information without openvr?

Thanks in advance :slight_smile:

Good news everyone! I found a solution. You can use Mordentral’s node on Oculus store even when you delete open vr plugin from packaged game (WindowsNoEditor/Engine/Binaries/ThirdParty/OpenVR)
It look like Oculus Home got own version of openVR and it works well. When you upload game on Steam just keep OpenVR folder so it doesn’t crash when using SteamVR instead OculusHome