Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FEditorViewportLayoutOnePane |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/EditorViewportLayoutOnePane.h |
| Include Path | #include "EditorViewportLayoutOnePane.h" |
Syntax
class FEditorViewportLayoutOnePane : public FAssetEditorViewportPaneLayout
Inheritance Hierarchy
- FAssetEditorViewportPaneLayout → FEditorViewportLayoutOnePane
Functions
Public
Overridden from FAssetEditorViewportPaneLayout
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FName & GetLayoutTypeName() |
Returns the typename of this layout Generally one of EditorViewportConfigurationNames | EditorViewportLayoutOnePane.h | |
virtual TSharedRef< SWidget > MakeViewportLayout
(
TSharedPtr< FAssetEditorViewportLayout > InParentLayout, |
Sets up the layout based on the specific layout configuration implementation. | EditorViewportLayoutOnePane.h | |
virtual void ReplaceWidget
(
TSharedRef< SWidget > OriginalWidget, |
EditorViewportLayoutOnePane.h | ||
virtual void SaveLayoutString
(
const FString& SpecificLayoutString |
EditorViewportLayoutOnePane.h |