Navigation
API > API/Developer > API/Developer/ToolWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SWidgetDrawer
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/SWidgetDrawer.h |
| Include | #include "SWidgetDrawer.h" |
Syntax
class SWidgetDrawer : public SCompoundWidget
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CloseDrawerImmediately
(
FName DrawerId |
Closes a drawer immediately with no closing animation. | |
| void | Construct
(
const FArguments& InArgs, |
||
| bool | DismissDrawer
(
const TSharedPtr< SWidget >& NewlyFocusedWidget |
Dismisses an open drawer with an animation. | |
| FName | |||
| FString | |||
| bool | IsAnyOtherDrawerOpened
(
const FName DrawerId |
Is any drawer other than the one specified by DrawerId opened | |
| bool | IsDrawerOpened
(
const FName DrawerId |
Is a specific registered drawer currently open | |
| void | OpenDrawer
(
const FName DrawerId |
Opens a drawer | |
| void | RegisterDrawer
(
FWidgetDrawerConfig&& Drawer, |
Registers a new drawer with this status bar. | |
| void | UnregisterDrawer
(
FName DrawerId |
Unregisters drawer with the given DrawerId. |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| bool | Checks to see if this widget supports keyboard focus. Override this in derived classes. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |