Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FEditorFileUtils
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/FileHelpers.h |
| Include | #include "FileHelpers.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/FileHelpers.cpp |
static void OpenLevelPickingDialog
&40;
const FOnLevelsChosen & OnLevelsChosen,
const FOnLevelPickingCancelled & OnLevelPickingCancelled,
bool bAllowMultipleSelection
&41;
Remarks
Opens a non-modal dialog to allow the user to choose a level
Parameters
| Name | 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 |