UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
EMessageSeverity Namespace Reference

Enumerations

enum  Type : int {
  UE_DEPRECATED =(5.1, "CriticalError was removed because it can't trigger an assert at the callsite. Use 'checkf' instead.") = 0 , Error = 1 , PerformanceWarning = 2 , Warning = 3 ,
  Info = 4
}
 

Detailed Description

The severity of the message type

Enumeration Type Documentation

◆ Type

Ordered according to their severity

Enumerator
UE_DEPRECATED 
Error 
PerformanceWarning 
Warning 
Info