Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FAssetEditorViewportPaneLayout
- FEditorViewportLayoutOnePane
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportLayoutOnePane.h |
| Include | #include "EditorViewportLayoutOnePane.h" |
Syntax
class FEditorViewportLayoutOnePane : public FAssetEditorViewportPaneLayout
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SHorizontalBox > | ViewportBox | The viewport widget parent box |
Overridden from FAssetEditorViewportPaneLayout
| Type | Name | Description | |
|---|---|---|---|
| const FName & | Returns the typename of this layout Generally one of EditorViewportConfigurationNames | ||
| TSharedRef< SWidget > | MakeViewportLayout
(
TSharedPtr< FAssetEditorViewportLayout > InParentLayout, |
Sets up the layout based on the specific layout configuration implementation. | |
| void | ReplaceWidget
(
TSharedRef< SWidget > OriginalWidget, |
||
| void | SaveLayoutString
(
const FString& SpecificLayoutString |