Hi all,
I am working on a project where I want to switch between passthrough and full VR mode.
My setup is using streaming levels, where with some of them I have passthrough and with some of them full VR. I have 6 levels in total,
1 and 2 are passthrough; 3,4,5 - VR; 6 is passthrough. The toggling between VR and passthrough works as a charm until the level 6. On level 6 it does turn the passthrough on, but I do not see any 3d objects overlayed on top of the passthrough layer.
Here is my gamemode BP calling the Passthrough toggle from VRpawn:
And here is VRpawn script for activation/deactivation of the passthrough layer:
Here is the loading/unloading of levels in the gamemode:
Please let me know if you have any tips or have a similar issue!






