Navigation
API > API/Developer > API/Developer/ToolWidgets
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/WidgetDrawerConfig.h |
| Include | #include "WidgetDrawerConfig.h" |
Syntax
struct FWidgetDrawerConfig
Variables
| Type | Name | Description | |
|---|---|---|---|
| FText | ButtonText | ||
| TSharedPtr< SWidget > | CustomWidget | ||
| FOnGetContent | GetDrawerContentDelegate | ||
| const FSlateBrush * | Icon | ||
| FOnStatusBarDrawerDismissed | OnDrawerDismissedDelegate | ||
| FOnStatusBarDrawerOpened | OnDrawerOpenedDelegate | ||
| FText | ToolTipText | ||
| FName | UniqueId |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FWidgetDrawerConfig
(
FName InUniqueId |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator==
(
const FName& OtherId |
||
| bool | operator==
(
const FWidgetDrawerConfig& Other |