Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Docking > API/Runtime/Slate/Framework/Docking/STabDrawer
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- STabDrawer::FArguments
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Docking/STabDrawer.h |
| Include | #include "Framework/Docking/STabDrawer.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< STabDrawer >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| NamedSlotProperty< FArguments > | Content () |
||
| WidgetArgsType & | MaxDrawerSize
(
float InArg |
The maximum size a drawer can be when opened. This unit is in window space | |
| WidgetArgsType & | MinDrawerSize
(
float InArg |
The minimum size a drawer can be when opened. This unit is in window space | |
| WidgetArgsType & | OnDrawerClosed
(
const FOnDrawerClosed& InDelegate |
Called when the drawer is completely closed (i.e will be called once the close animation completes | |
| WidgetArgsType & | OnDrawerFocusLost
(
const FOnDrawerFocusLost& InDelegate |
Called when the drawer loses focus | |
| WidgetArgsType & | OnTargetDrawerSizeChanged
(
const FOnDrawerTargetSizeChanged& InDelegate |
Called when the target drawer size is changed by the user | |
| WidgetArgsType & | ShadowOffset
(
FVector2D InArg |
The side of the drop shadow surrounding the drawer | |
| WidgetArgsType & | TargetDrawerSize
(
float InArg |
The size that the drawer should be, clamped to the above min/max values. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FArguments & | operator[]
(
const TSharedRef< SWidget >& InChild |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |