FWorldBrowserModule

The module holding all of the UI related pieces for SubLevels management

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

FWorldBrowserModule

References

Module

WorldBrowser

Header

/Engine/Source/Editor/WorldBrowser/Public/WorldBrowserModule.h

Include

#include "WorldBrowserModule.h"

Syntax

class FWorldBrowserModule : public IModuleInterface

Remarks

The module holding all of the UI related pieces for SubLevels management

Variables

Name Description

Public variable

FOnBrowseWorld

 

OnBrowseWorld

Functions

Name Description

Public function Virtual

TSharedRef< ...

 

CreateWorldBrowserComposition()

Creates a levels composition widget

Public function Virtual

TSharedRef< ...

 

CreateWorldBrowserDetails()

Creates a levels details widget

Public function Virtual

TSharedRef< ...

 

CreateWorldBrowserHierarchy()

Creates a levels hierarchy widget

Public function Virtual

TSharedPtr< ...

 

SharedWorldModel

(
    UWorld* InWorld
)

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

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

Public function Virtual

void

 

StartupModule()

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

Classes

Name

Description

Public class

FOnBrowseWorld

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