enum EUIType

#include <UIManagement.h>

enum EUIType
{
    Notification,
    Warning,
    Error,
    CriticalError,
};