Level instances allow you to place another level inside a level. Unlike World Composition and Sublevels, you can place multiple instances of a level inside one level.
- Accessing actors inside a ALevelInstance requires using some C++ code, at least as of Unreal Engine 5.3.1.
- ALevelInstance actor in packaged and standalone builds behave differently than in PIE and you may need to take this into account.