One annoying thing in room scale games is the ability to just walk through the wall to move to the next room. I experienced this for the first time when I was playing the Budget cuts demo and I could just stick my head through and teleport into the next room (there was some puzzle I was meant to follow to get through a vent into the next room) There is the excellent plugin from mordentral that solves this.
Unfortunately I can’t use this because I am using the Github version of the Oculus forward renderer for 4.12 and its not compatible with that so I found this tutorial by Slayemin.
Which shows how you can set this up unfortunately one part of it assumes you have done something similar before because it makes no sense to me.
“Within your character blueprint, you need to create a function called “Get head position” that returns a vector of the head position in world space. You can hard code in a return value”
Can anyone tell me what that means? I don’t have a clue what BP or nodes to hook up to that because it doesn’t tell you.