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