Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
Defines the possible type of actions this module can provide. The type of action can be used to map a button type/color by the UI.
| Name | EConcertActionType |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertActionDefinition.h |
| Include Path | #include "ConcertActionDefinition.h" |
Syntax
enum EConcertActionType
{
Normal,
Primary,
Info,
Success,
Warning,
Danger,
NUM,
}
Values
| Name | Remarks |
|---|---|
| Normal | |
| Primary | |
| Info | |
| Success | |
| Warning | |
| Danger | |
| NUM |