LevelRemovedFromWorld

Sent when a [ULevel](API\Runtime\Engine\Engine\ULevel) is removed from the world via [UWorld::RemoveFromWorld](API\Runtime\Engine\Engine\UWorld\RemoveFromWorld) or LoadMap (a NULL object means the LoadMap case, because all levels will be removed from the world without a RemoveFromWorld call for each)

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/World.h

Include

#include "Engine/World.h"

Syntax

static FOnLevelChanged LevelRemovedFromWorld;

Remarks

Sent when a ULevel is removed from the world via UWorld::RemoveFromWorld or LoadMap (a NULL object means the LoadMap case, because all levels will be removed from the world without a RemoveFromWorld call for each)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss