Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FEditorViewportLayoutThreePanes |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorViewportLayoutThreePanes.h |
| Include Path | #include "EditorViewportLayoutThreePanes.h" |
Syntax
class FEditorViewportLayoutThreePanes : public FAssetEditorViewportPaneLayout
Inheritance Hierarchy
- FAssetEditorViewportPaneLayout → FEditorViewportLayoutThreePanes
Derived Classes
- FEditorViewportLayoutThreePanesBottom
- FEditorViewportLayoutThreePanesLeft
- FEditorViewportLayoutThreePanesRight
- FEditorViewportLayoutThreePanesTop
Functions
Public
Overridden from FAssetEditorViewportPaneLayout
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > MakeViewportLayout
(
TSharedPtr< FAssetEditorViewportLayout > InParentLayout, |
Creates the viewports and splitter for the two panes vertical layout | EditorViewportLayoutThreePanes.h | |
virtual void ReplaceWidget
(
TSharedRef< SWidget > OriginalWidget, |
EditorViewportLayoutThreePanes.h | ||
virtual void SaveLayoutString
(
const FString& SpecificLayoutString |
EditorViewportLayoutThreePanes.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedRef< SWidget > MakeThreePanelWidget
(
const TSharedRef< SWidget >& ViewportKey0, |
EditorViewportLayoutThreePanes.h |