Hello,
I'm trying to set up a simple multiplayer where one player is in VR and the other is not. Basically, I just want to spawn a different character for each player. I was trying to spawn different pawns depending on 'is server' bool (if host - take this pawn, if client - take this pawn).
I'm stuck and I can't figure out how to check this bool. I followed this tutorial:
https://youtu.be/ZOc9fV6Sap4?t=52m8s
Where exactly this feature is solved. However, I can't find where the variable 'is host?' is assigned.
Please help!
Thanks
I'm trying to set up a simple multiplayer where one player is in VR and the other is not. Basically, I just want to spawn a different character for each player. I was trying to spawn different pawns depending on 'is server' bool (if host - take this pawn, if client - take this pawn).
I'm stuck and I can't figure out how to check this bool. I followed this tutorial:
https://youtu.be/ZOc9fV6Sap4?t=52m8s
Where exactly this feature is solved. However, I can't find where the variable 'is host?' is assigned.
Please help!
Thanks
Comment