Hey there,
I’m currently prototyping my game server using BPs and there is no Server Travel node for it, so I’m using the console command ServerTravel MapName to do it. The problem is, I want to handle ServerTravel errors and the overridable event “TravelError” on game instance is just not being called.
I’m trying to travel to a map that doesn’t exist (ServerTravel ASDZXCAsd) and the error event is not being called, but I still get errors on the output log, like so:
LogPackageName: SearchForPackageOnDisk took 0.050s, but failed to resolve ASDZXCAsd.
ERROR: The map ‘ASDZXCAsd’ is either short package name or does not exist.
Command not recognized: ServerTravel ASDZXCAsd
How am I supposed to handle these types of errors? I’ve tried calling the server travel with/without seamless travel, from the game instance itself or from a game mode as well.
Any ideas? Is this a currently BP problem? Is that event only called with OpenLevel? (If it is called at all)
Thanks!