Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | TEditorViewportLayoutTwoPanes |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorViewportLayoutTwoPanes.h |
| Include Path | #include "EditorViewportLayoutTwoPanes.h" |
Syntax
template<EOrientation TOrientation>
class TEditorViewportLayoutTwoPanes : public FAssetEditorViewportPaneLayout
Inheritance Hierarchy
- FAssetEditorViewportPaneLayout → TEditorViewportLayoutTwoPanes
Derived Classes
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SplitterWidget | TSharedPtr< class SSplitter > | The splitter widget | EditorViewportLayoutTwoPanes.h |
Functions
Public
Overridden from FAssetEditorViewportPaneLayout
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > MakeViewportLayout
(
TSharedPtr< FAssetEditorViewportLayout > InParentLayout, |
Sets up the layout based on the specific layout configuration implementation. | EditorViewportLayoutTwoPanes.h | |
virtual void ReplaceWidget
(
TSharedRef< SWidget > OriginalWidget, |
EditorViewportLayoutTwoPanes.h | ||
virtual void SaveLayoutString
(
const FString& SpecificLayoutString |
EditorViewportLayoutTwoPanes.h |