Skip to content

Instantly share code, notes, and snippets.

@Riztazz
Created April 3, 2022 14:15
Show Gist options
  • Save Riztazz/b6dd37102d28830ab506b037b34460bf to your computer and use it in GitHub Desktop.
Save Riztazz/b6dd37102d28830ab506b037b34460bf to your computer and use it in GitHub Desktop.
Unreal multiplayer online beacon: how to travel to map
If you are wondering how to convert/travel a real player onto beacon client then you don't.
Inform your clients that server with {url} is ready to play and destroy both clients and hosts, then do a normal
PlayerController->ClientTravel( {url}, ..., ... );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment