Howto modify the projection matrix

Working example:

virtual void SetupViewPoint(APlayerController* Player, FMinimalViewInfo& InViewInfo) override
      {
        InViewInfo.OffCenterProjectionOffset.X = 0.5;
      }