Currently, when I get all the level actors using the following api call: unreal.EditorLevelLibrary.get_all_level_actors()
It will return actors that are in hidden sub levels too. I would like to only get actors in visible levels.
So I would like to be able to get the levels listed in the level editor in python
Then I can query if the level is visible or not. Can this easily be done?