Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > FEditorViewportLayout2x2
- FAssetEditorViewportPaneLayout::MakeViewportLayout()
- FEditorViewportLayout2x2::MakeViewportLayout()
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/EditorViewportLayout2x2.h |
Include | #include "EditorViewportLayout2x2.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/EditorViewportLayout2x2.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. |