Posting this for future readers. As of UE 4.19, Epic introduced the vr.PixelDensity console command which will optimize the resolution based on which headset you are using. In 4.19 and beyond, do the following in either the Pawn or Level BP: BeginPlay > Execute Console Command node with “vr.PixelDensity 1.0” > another Execute Console Command node with “r.ScreenPercentage 100”. Cheers.
1 Like