[Oculus] How can I get my HMD's Forward and Right vector in blueprints?

[Oculus] How can I get my HMD’s forward and Right vector in blueprints?

Thank you in advance for any and all help!

You should be able to get view forward and right like this…

GetPlayerCameraManager->GetCameraRotation->GetForwardVector / GetRightVector

Thank You!