Is it possible to check if the HMD is used or not?
I have some UMG that i want to show the regular way without HMD and in 3d to make it work with the HMD.
Thanks.
Is it possible to check if the HMD is used or not?
I have some UMG that i want to show the regular way without HMD and in 3d to make it work with the HMD.
Thanks.
I do not remember the exact name but yes, there are such a node. Search for HMD and it should pop up.
you can use a branch to check if hmd is enabled or not, and use that to drive a Boolean variable
It’s called very simply “Is Head Mounted Display Enabled” and it returns a bool. Branch off that to do what you need.
Haha, that’s why i couldn’t find it… i was only searching with HMD instead of the full head mounted display.
Thanks guys!