How to load a level

Hello,

So i was wondering if there was a function or something that would allow to to reference a level, for example: World’/Game/maps/Tutorial_Level.Tutorial_Level’ and then open it, like in a main menu?

Thanks

Are you looking for something like this? (:

That is exactly what I am looking for thank you! I’m guessing it’ll be something like this?
UGameplayStatics::OpenLevel(this, TEXT(“World’/Game/maps/Tutorials_Level.Tutorial-Level”), false, NULL); ?