Skip to content

How to Enable the Map Switcher

JammieDodgerr edited this page Apr 14, 2023 · 1 revision

In custom maps the Select Map option in the pause menu does not work by default. However, all that's needed is a dummy blueprint file.

Create a Transit folder in your Content root directory.

In the Transit folder, create a Blueprint Class and select Actor as the Parent Class, name it PBP_TransitManager.

Drag the PBP_TransitManager into your map, the location does not matter but I'd suggest placing it at 0, 0, 0.

As with other dummy files, ensure that you do not copy the Transit folder into your Session directory or include it in your release .zip file.

Blueprint Actor