[UE5.4] How do levels work?

I found this in the GameInstance base class.

virtual void LoadComplete(const float LoadTime, const FString& MapName) override;
virtual void OnWorldChanged(UWorld* OldWorld, UWorld* NewWorld) override;

Gonna refactor some stuff and try this out. LoadComplete does get called. So I’ve made a bit of progress.

1 Like