Where can I find the file: "OculusHMD_Settings.cpp"

The UE-64034 bug needs a work around and they say to change “Flags.bCompositeDepthinOculus\OculusVR\Source\OculusHMD\Private\OculusHMD_Settings.cpp”.

But where can I find that file? Inside my Editor? On my Computer?

Oh, I think I found it.

Edit: Found it in Epic Games → 4.21 → Engine and then somewhere in my Plugins. I changed it to “false” and saved. I will ship my project and hope that was all?

*#if PLATFORM_ANDROID

Flags.bCompositeDepth = false;
#else

Flags.bCompositeDepth = false;*