Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > FEditorDelegates
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/Editor.h |
Include | #include "Editor.h" |
Syntax
static FSimpleMulticastDelegate NewCurrentLevel;
Remarks
Called when the CurrentLevel is switched to a new level. Note that this event won't be fired for temporary changes to the current level, such as when copying/pasting actors.