Navigation
API > API/Runtime > API/Runtime/Core
Enumerates supported message dialog category types.
| Name | EAppMsgCategory |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
Syntax
enum EAppMsgCategory
{
Warning,
Error,
Success,
Info,
}
Values
| Name | Remarks |
|---|---|
| Warning | |
| Error | |
| Success | |
| Info |