FEditorFileUtils::OpenLevelPickingDialog

Opens a non-modal dialog to allow the user to choose a level

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/FileHelpers.h

Include

#include "FileHelpers.h"

Source

/Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp

Syntax

static void OpenLevelPickingDialog
(
    const FOnLevelsChosen & OnLevelsChosen,
    const FOnLevelPickingCancelled & OnLevelPickingCancelled,
    bool bAllowMultipleSelection
)

Remarks

Opens a non-modal dialog to allow the user to choose a level

Parameters

Parameter

Description

OnLevelsChosen

Delegate executed when one more more levels have been selected

OnLevelPickingDialogClosed

Delegate executed when the level picking dialog is closed

bAllowMultipleSelection

If true, more than one level can be chosen

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