Forum Discussion
KuckiVR
7 years agoStart Partner
How to get multiplayer working in Blueprints with Oculus Session?
Im using the Unreal Engine 4.20 with the Oculus Plugin.
Players got two options (play as pursuer or collector). This is my collector setup:
The Player searches for a matchmaking - if there is one, he is joining the game.
- if there is none, the player creates a new session.
But that doesn't work.
I already looked for a solution. The only thing I found was this (its abandoned)
They used C++ to get the NetId
In the SDK Unreal Sample they set up this:
But they also used C++:
Is it possible to create a Multiplayer Game with Blueprints and Oculus Sessions? Or do I have to use C++. For Steam I just need Blueprints.
Players got two options (play as pursuer or collector). This is my collector setup:
The Player searches for a matchmaking - if there is one, he is joining the game.
- if there is none, the player creates a new session.
But that doesn't work.
I already looked for a solution. The only thing I found was this (its abandoned)
They used C++ to get the NetId
void UMyClass::SetPlayerNetId(APlayerController* PlayerController, FString NetId) {
FUniqueNetId* UniqueNetId = new FUniqueNetIdString(NetId);
PlayerController->PlayerState->SetUniqueId(MakeShareable(UniqueNetId));
}In the SDK Unreal Sample they set up this:
But they also used C++:
Is it possible to create a Multiplayer Game with Blueprints and Oculus Sessions? Or do I have to use C++. For Steam I just need Blueprints.
1 Reply
Replies have been turned off for this discussion
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 6 months ago
- 2 years ago
- 3 years ago