How to load level from plugin?

I’m adding mod support to my game (A new, community-hosted Unreal Engine Wiki - Announcements - Epic Developer Community Forums). How to load level from a mod (plugin)?

Try /PluginName/Path/To/Map

If your plugin folder is called MyCoolPlugin and map is located inside Maps and called MyMap then it would be:

/MyCoolPlugin/Maps/MyMap

2 Likes