Navigation
API > API/Editor > API/Editor/WorldBrowser
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
| Type | Name | Description | |
|---|---|---|---|
| FOnBrowseWorld | OnBrowseWorld |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< class SWidget > | Creates a levels composition widget | ||
| TSharedRef< class SWidget > | Creates a levels details widget | ||
| TSharedRef< class SWidget > | Creates a levels hierarchy widget | ||
| FOnWorldBrowserModuleShutdown & | OnShutdown () |
||
| TSharedPtr< class FLevelCollectionModel > | SharedWorldModel
(
UWorld* InWorld |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | Called right after the module DLL has been loaded and the module object has been created |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FOnBrowseWorld |
Typedefs
| Name | Description |
|---|---|
| FOnWorldBrowserModuleShutdown | Delegate called when WorldBrowserModule is shutdown. |