Detect servertravel is finished

Hi !

Is there any callback or way to detect a server travel is finished and all the clients are present on the new map ?
Or do I have to manually signal the server each time a players finishes loading via the map event begin play for example ?

Thank you !

The game mode has a callback: void GameMode::PostSeamlessTravel()

Is it possible to access this in blueprints?