Navigation
API > API/Editor > API/Editor/SwarmInterface
The alert levels
| Name | NSwarm::TAlertLevel |
| Type | enum |
| Header File | /Engine/Source/Editor/SwarmInterface/Public/SwarmDefines.h |
| Include Path | #include "SwarmDefines.h" |
Syntax
namespace NSwarm
{
enum TAlertLevel
{
ALERT_LEVEL_INFO = 0x00000001,
ALERT_LEVEL_WARNING = 0x00000002,
ALERT_LEVEL_ERROR = 0x00000003,
}
}
Values
| Name | Remarks |
|---|---|
| ALERT_LEVEL_INFO | |
| ALERT_LEVEL_WARNING | |
| ALERT_LEVEL_ERROR |