11-10-2024 12:51 PM
Hi!..
I'm working on a dual game application, some maps are Mixed and other Virtual Reality.. i need to switch the "Enable Passthrough" flag to true or false depending the map that will be loaded.. this will help me to avoid compiling 2 apks for each type between MR and VR...
Is there a way to runtime C++ or BP switching the parameter ? i could not find any related on console commands...
Thanks in advance.
11-11-2024 01:08 AM
You can add Oculus XR Passthrough Layer and remove it when you don't need passthrought
https://developers.meta.com/horizon/documentation/unreal/unreal-passthrough-overview-gs
2 weeks ago
Didn't know this capability, very useful, thank you DigitalBug. 👍