Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/LevelInstance > API/Runtime/Engine/LevelInstance/FLevelInstanceActorImpl
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/LevelInstance/LevelInstanceActorImpl.h |
| Include | #include "LevelInstance/LevelInstanceActorImpl.h" |
| Source | /Engine/Source/Runtime/Engine/Private/LevelInstance/LevelInstanceActorImpl.cpp |
virtual void PreEditUndo
(
TFunctionRef < void> SuperCall
)
Remarks
Begin AActor Implementation
Actor implementing ILevelInstanceInterface should be overriding most of those methods and forward the call their member FLevelInstanceActorImpl
See Also
ALevelInstance as an example