Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/LevelInstance
Inheritance Hierarchy
- ILevelInstanceInterface
- ALevelInstance
- APackedLevelActor
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceInterface.h |
| Include | #include "LevelInstance/LevelInstanceInterface.h" |
Syntax
class ILevelInstanceInterface
Remarks
Interface to be implemented by Actor classes to implement support for LevelInstances
Interface exists to allow integration of the LevelInstance workflow on existing Actor class hierarchies.
See Also
FLevelInstanceActorImpl to use as a member or base class member of the implementing class. It provides most of the boiler plate code so that the implementing class behaves properly in editor (Undo/Redo/Delete/Selection/Imporrt/etc)