Navigation
API > API/Editor > API/Editor/NewLevelDialog
Inheritance Hierarchy
- IModuleInterface
- FNewLevelDialogModule
References
| Module | NewLevelDialog |
| Header | /Engine/Source/Editor/NewLevelDialog/Public/NewLevelDialogModule.h |
| Include | #include "NewLevelDialogModule.h" |
Syntax
class FNewLevelDialogModule : public IModuleInterface
Remarks
New Level Dialog module
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | CreateAndShowNewLevelDialog
(
const TSharedPtr< const SWidget > ParentWidget, |
Creates and show a window with an SNewLevelDialog | |
| bool | CreateAndShowTemplateDialog
(
const TSharedPtr< const SWidget > ParentWidget, |
Creates and show a window with an SNewLevelDialog |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the plugin is unloaded, right before the plugin object is destroyed. | ||
| void | Called right after the plugin DLL has been loaded and the plugin object has been created |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EShowEmptyTemplate | Control if 'Empty Level' template should appear or not |
Constants
| Name | Description |
|---|---|
| NewLevelDialogAppIdentifier | New Level Dialog app identifier string |