Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UWorld
Broadcasted when Level is being removed from the world (used to add custom logic). Set bOutHasCompleted to false if custom execution has not completed.
| Name | FRemoveLevelFromWorldExtensionEvent |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/World.h |
| Include Path | #include "Engine/World.h" |
Syntax
class FRemoveLevelFromWorldExtensionEvent : public TBaseMulticastDelegate_ThreeParams< void, ULevel *, const bool, bool & >
Inheritance Hierarchy
- TBaseMulticastDelegate_ThreeParams< void, ULevel *, const bool, bool & > → UWorld::FRemoveLevelFromWorldExtensionEvent