Hi everyone,
In my project, I have one Listen server which is responsible for menus interactions only, one client which is responsible of the VR rendering, and a last client designed for free flying through the level.
The setup is working properly. The only issue is that the VR client window and the Oculus screens are not refreshed when the VR client window doesn’t have focus.
When I focus the VR client window, everything works as expected and all others windows are also refreshed.
So I guess this is pure rendering/display issue.
Obviously, I’m running all the three instances of the game from a single computer.
So, is there any way to force the refresh of a window ?
I’m mostly using Blueprints in my project but I can go into C++ too if necessary.
I know it’s technically possible since I’ve seen it working in VBS3.
Best regards.