How to disable auto-SteamVR launch on UE4 launch?

I only tested this on the editor from source. You can edit the file:
$PATH_TO_UNREAL_SOURCE%\Engine\Plugins\Runtime\Steam\SteamVR\SteamVR.uplugin

See that the following line is set to false:

“EnabledByDefault” : false,

3 Likes