Hello everyone! I’m an absolute newb when it comes to the UE5 and a game-dev in general.
Me and my friend have an idea that requires a master-slave system in 2(?) clients. One is PC and other VR. ideally you’d need one PC and one VR set to run it.
The PC user (master) should be able to trigger events for a VR user (slave). I thought of using data tables (DT) as a middle-man for that task. Like master would click a button in UI which as a result would flip true-false in DT and slave-client would trigger certain events (audio/animation) when value is set to true.
You can imagine it as if 1 person (slave client in VR, who has 0 control) was on a ride, like Haunted-Mansion. While the other client (master on PC) would have the buttons to trigger certain events (spooky music, animation etc.)
But apparently DTs can not be changed on the run. So my question is:
Is there some other way (if possible newb friendly) to create such a system?
P.s. Master should have simple and intuitive UI, so openning the table in notepad/google sheets on the fly isn’t really an option.
Also I thought of doing it all in 1 client but I do not know how to make person in VR and on PC receive different feed.
They need different feed because PC person should see both VR feed and his unique UI with buttons and stuff. While person in VR should see only their in-game view with no UI whatsoever.