Navigation
| Name | WorldBrowser |
| Type | Editor |
| Location | /Engine/Source/Editor/WorldBrowser/ |
| Module Build Rules | WorldBrowser.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FWorldBrowserModule | The module holding all of the UI related pieces for SubLevels management |
Structs
| Name | Remarks |
|---|---|
| IDropTarget | Interface for validating drag/drop movement |
| IWorldTreeItem | Base tree item interface for the World Browser |
Interfaces
| Name | Remarks |
|---|---|
| IWorldHierarchy | Displays levels for the world. |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnID_Color | const FName | WorldHierarchyColumns.h | ||
| ColumnID_EditorVisibility | const FName | WorldHierarchyColumns.h | ||
| ColumnID_GameVisibility | const FName | WorldHierarchyColumns.h | ||
| ColumnID_Kismet | const FName | WorldHierarchyColumns.h | ||
| ColumnID_LevelLabel | const FName | IDs for list columns | WorldHierarchyColumns.h | |
| ColumnID_LightingScenario | const FName | WorldHierarchyColumns.h | ||
| ColumnID_Lock | const FName | WorldHierarchyColumns.h | ||
| ColumnID_Save | const FName | WorldHierarchyColumns.h | ||
| ColumnID_SCCStatus | const FName | WorldHierarchyColumns.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FName WorldHierarchy::GetParentPath
(
const FName& InPath |
Utility function to get the parent path for a specific path | IWorldTreeItem.h |