Navigation
Unreal Engine C++ API Reference > Plugins > ConcertSyncClient
References
Module | ConcertSyncClient |
Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/ConcertActionDefinition.h |
Include | #include "ConcertActionDefinition.h" |
Syntax
enum EConcertActionType
{
Normal,
Primary,
Info,
Success,
Warning,
Danger,
NUM,
}
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.