Navigation
API > API/Runtime > API/Runtime/Engine
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.
| Name | ILevelInstanceInterface |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceInterface.h |
| Include Path | #include "LevelInstance/LevelInstanceInterface.h" |
Syntax
class ILevelInstanceInterface
Derived Classes
Functions
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)