Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient
References
| Module | ConcertSyncClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertActionDefinition.h |
| Include | #include "ConcertActionDefinition.h" |
Syntax
enum EConcertActionType
&123;
Normal,
Primary,
Info,
Success,
Warning,
Danger,
NUM,
&125;
Values
| Name | Description |
|---|---|
| Normal | |
| Primary | |
| Info | |
| Success | |
| Warning | |
| Danger | |
| NUM |
Remarks
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.