FNewLevelDialogModule

New Level Dialog module

Windows
MacOS
Linux

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

Name Description

Public function Virtual

bool

 

CreateAndShowNewLevelDialog

(
    const TSharedPtr< const SWidget > P...,
    FString& OutTemplateMapPackageName
)

Creates and show a window with an SNewLevelDialog

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the plugin is unloaded, right before the plugin object is destroyed.

Public function Virtual

void

 

StartupModule()

Called right after the plugin DLL has been loaded and the plugin object has been created

Constants

Name

Description

NewLevelDialogAppIdentifier

New Level Dialog app identifier string

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