I've been having problems getting the Blueprint function "Check if Point Within Outer Bounds / Play Area" to work.
I noticed that the point being passed to the Oculus SDK was using the Unreal Engine coordinate space. I've got this working by making the following change to convert the point to the Oculus coordinate space:
CheckPointInBounds in OculusRiftBoundaryComponent.cpp