Navigation
API > API/Developer > API/Developer/ToolWidgets
| Name | EActionButtonType |
| Type | enum |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/ToolWidgetsSlateTypes.h |
| Include Path | #include "ToolWidgetsSlateTypes.h" |
Syntax
enum EActionButtonType
{
Default,
Simple,
Primary,
Positive,
Warning,
Error,
Num,
}
Values
| Name | Remarks |
|---|---|
| Default | |
| Simple | |
| Primary | |
| Positive | |
| Warning | |
| Error | |
| Num |