Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/Dialog > API/Developer/ToolWidgets/Dialog/SCustomDialog
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/Dialog/SCustomDialog.h |
| Include | #include "Dialog/SCustomDialog.h" |
Syntax
struct FButton
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsPrimary | ||
| bool | bShouldFocus | ||
| FText | ButtonText | ||
| FSimpleDelegate | OnClicked |
Constructors
Functions
| Type | Name | Description | |
|---|---|---|---|
| FButton & | SetFocus () |
Whether to focus this button. | |
| FButton & | SetOnClicked
(
FSimpleDelegate InOnClicked |
Called when the button is clicked | |
| FButton & | SetPrimary
(
bool bValue |
Primary buttons are highlighted |