Navigation
API > API/Editor > API/Editor/EditorFramework
Inheritance Hierarchy
- FEditorViewportLayout
- FAssetEditorViewportLayout
- FLevelViewportLayout
References
| Module | EditorFramework |
| Header | /Engine/Source/Editor/EditorFramework/Public/EditorViewportLayout.h |
| Include | #include "EditorViewportLayout.h" |
Syntax
class FEditorViewportLayout
Variables
| Type | Name | Description | |
|---|---|---|---|
| TMap< FName, TSharedPtr< IEditorViewportLayoutEntity > > | Viewports | List of all of the viewports in this layout, keyed on their config key |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Virtual destruction |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | FactoryPaneConfigurationFromTypeName
(
const FName& InLayoutConfigTypeName |
||
| const FName | |||
| const TMap< FName, TSharedPtr< IEditorViewportLayoutEntity > > & | GetViewports () |
||
| bool | IsVisible () |
||
| void | LoadConfig
(
const FString& LayoutString |
||
| void | SaveConfig
(
const FString& LayoutSring |