Disable ALL VR Plugins by Default

Hey there everyone also fed up with this issue :stuck_out_tongue: This got so annoying to the point I decided to figure out how to compile the engine from source just to get rid of it. For those of you daring enough, look up the SteamVR.uplugin file under, “Engine\Plugins\Runtime\Steam\SteamVR” Inside you’ll find “EnabledByDefault”: true

Change this to, “EnabledByDefault”: false

then recompile your engine. No more SteamVR by default, not even in new projects.
I’m sure this is similar for any other plugins you want enabled/disabled by default.

I hope this works for/helps someone. :slight_smile:

Although Unreal is still keeping lots of them pre enabled in 4.27 and they have added more into it. Can’t even get my android apk size below 60 mb. Switching to unreal from unity was maybe a bad idea after all