Im trying to add a widget that will load specific levels into the level editor when working on a World Composition Object.
The WorldBrowserModule Api exposes a function
virtual TSharedPtr<class FLevelCollectionModel> SharedWorldModel(UWorld* InWorld);
Which seems to be what I need. However FLevelCollectionModel, is not exported.
So nobody can use this APi.
Are you planing to expose this? Or provide an api that can be used?