Navigation
API > API/Runtime > API/Runtime/MassEntity
| Name | EMassDebugMessageSeverity |
| Type | enum |
| Header File | /Engine/Source/Runtime/MassEntity/Public/MassDebugger.h |
| Include Path | #include "MassDebugger.h" |
Syntax
enum EMassDebugMessageSeverity
{
Error,
Warning,
Info,
Default,
MAX = Default,
}
Values
| Name | Remarks |
|---|---|
| Error | |
| Warning | |
| Info | |
| Default | The following two need to remain last |
| MAX |