Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/TEditorViewportLayoutTwoPanes
- FAssetEditorViewportPaneLayout::MakeViewportLayout()
- TEditorViewportLayoutTwoPanes::MakeViewportLayout()
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportLayoutTwoPanes.h |
| Include | #include "EditorViewportLayoutTwoPanes.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/EditorViewportLayoutTwoPanes.cpp |
virtual TSharedRef< SWidget > MakeViewportLayout
&40;
TSharedPtr< FAssetEditorViewportLayout > InParentLayout,
const FString & LayoutString
&41;
Remarks
Sets up the layout based on the specific layout configuration implementation. The base widget representing the layout. This is commonly a splitter.
Parameters
| Name | Description |
|---|---|
| SpecificLayoutString | The layout string loaded from a file. |