Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/FTabManager
Inheritance Hierarchy
- TSharedFromThis
- FTabManager::FLayoutNode
- FTabManager::FSplitter
- FTabManager::FArea
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/TabManager.h |
| Include | #include "Framework/Docking/TabManager.h" |
Syntax
class FArea : public FTabManager::FSplitter
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsMaximized | ||
| FName | ExtensionId | ||
| FVector2D | UnscaledWindowPosition | ||
| FVector2D | UnscaledWindowSize | ||
| EWindowPlacement | WindowPlacement |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArea
(
const float InWidth, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FArea () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FName | |||
| TSharedRef< FArea > | SetExtensionId
(
FName InExtensionId |
||
| TSharedRef< FArea > | SetOrientation
(
const EOrientation InOrientation |
||
| TSharedRef< FArea > | SetWindow
(
FVector2D InPosition, |
||
| TSharedRef< FArea > | Split
(
TSharedRef< FLayoutNode > InNode |
||
| TSharedRef< FArea > | SplitAt
(
int32 Index, |
Overridden from FLayoutNode
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< FArea > | AsArea () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EWindowPlacement |