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