Navigation
API > API/Editor > API/Editor/EditorFramework
Inheritance Hierarchy
- FViewportTabContent
- FEditorViewportTabContent
- FLevelViewportTabContent
References
| Module | EditorFramework |
| Header | /Engine/Source/Editor/EditorFramework/Public/ViewportTabContent.h |
| Include | #include "ViewportTabContent.h" |
Syntax
class FViewportTabContent
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FEditorViewportLayout > | ActiveViewportLayout | Current layout | |
| FString | LayoutString | ||
| FViewportTabContentLayoutChangedEvent | OnViewportTabContentLayoutChangedEvent | ||
| FViewportTabContentLayoutStartChangeEvent | OnViewportTabContentLayoutStartChangeEvent | ||
| TWeakPtr< SDockTab > | ParentTab | ||
| TOptional< FName > | PreviouslyFocusedViewport |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | BelongsToTab
(
TSharedRef< SDockTab > InParentTab |
||
| void | BindViewportLayoutCommands
(
FUICommandList& InOutCommandList, |
Maps the common commands into the given command list for this layout to the given viewport based on the config key. | |
| const TMap< FName, TSharedPtr< IEditorViewportLayoutEntity > > * | GetViewports () |
||
| bool | IsViewportConfigurationSet
(
const FName& ConfigurationName |
Returns whether the named layout is currently selected | |
| bool | IsVisible () |
Returns whether the tab is currently shown | |
| FViewportTabContentLayoutChangedEvent & | |||
| FViewportTabContentLayoutStartChangeEvent & | |||
| void | PerformActionOnViewports
(
ViewportActionFunction& TFuncPtr |
||
| void | SetViewportConfiguration
(
const FName& ConfigurationName |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FViewportTabContentLayoutChangedEvent | |||
| FViewportTabContentLayoutStartChangeEvent |
Typedefs
| Name | Description |
|---|---|
| ViewportActionFunction |