| FViewportTabContent | ||||
| TSharedFromThis
|
Module |
|
Header |
/Engine/Source/Editor/LevelEditor/Public/LevelViewportTabContent.h |
Include |
#include "LevelViewportTabContent.h" |
class FLevelViewportTabContent : public FEditorViewportTabContent
Represents the content in a viewport tab in the level editor. Each SDockTab holding viewports in the level editor contains and owns one of these.
Name | Description | |
---|---|---|
|
~FLevelViewportTabContent() |
Name | Description | ||
---|---|---|---|
|
void |
OnLayoutChanged() |
|
|
void |
OnLayoutStartChange ( |
Name | Description | ||
---|---|---|---|
|
TSharedPtr< ... |
FactoryViewportLayout ( |
|
|
GetLayoutTypeNameFromLayoutString() |
||
|
void |
Initialize ( |
Starts the tab content object and creates the initial layout based on the layout string |
Name | Description | ||
---|---|---|---|
|
void |
BindViewportLayoutCommands ( |
Maps the common commands into the given command list for this layout to the given viewport based on the config key. |