Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SCustomDialog
Determines whether a button is triggered via the Cancel or Confirm hotkeys. If more than one button is assigned the same role, the last with that role will be used.
| Name | EButtonRole |
| Type | enum |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/Dialog/SCustomDialog.h |
| Include Path | #include "Dialog/SCustomDialog.h" |
Syntax
enum EButtonRole
{
Custom,
Cancel,
Confirm,
}
Values
| Name | Remarks |
|---|---|
| Custom | |
| Cancel | |
| Confirm |