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