Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/SDockingNode
Tracking for the docking cross, content, and background of the TabStack
| Name | FOverlayManagement |
| Type | struct |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Docking/SDockingNode.h |
| Include Path | #include "Framework/Docking/SDockingNode.h" |
Syntax
struct FOverlayManagement
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOverlayManagement() |
Framework/Docking/SDockingNode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowingCross | bool | True when we're showing the DockCross | Framework/Docking/SDockingNode.h | |
| ContentAreaOverlay | TSharedPtr< SOverlay > | The overlay widget that shows TabStack's content | Framework/Docking/SDockingNode.h |