Navigation
API > API/Runtime > API/Runtime/Slate
| |
|
| Name |
FDockingStackOptionalContent |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/Slate/Public/Framework/Docking/SDockingTabStack.h |
| Include Path |
#include "Framework/Docking/SDockingTabStack.h" |
Syntax
struct FDockingStackOptionalContent
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
FDockingStackOptionalContent()
|
|
Framework/Docking/SDockingTabStack.h |
|
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ContentLeft |
TSharedRef< SWidget > |
Content that appears on the left side of tabs in this docking stack. |
Framework/Docking/SDockingTabStack.h |
|
| ContentRight |
TSharedRef< SWidget > |
Content that appears on the right side of tabs in this docking stack. |
Framework/Docking/SDockingTabStack.h |
|
| TitleBarContentRight |
TSharedRef< SWidget > |
Content that appears on the right side of the title bar in the window this stack is in. |
Framework/Docking/SDockingTabStack.h |
|
Functions
Public