UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
PrintStaleReferencesOptions.h File Reference
#include "HAL/Platform.h"
#include "Misc/EnumClassFlags.h"

Go to the source code of this file.

Enumerations

enum class  EPrintStaleReferencesOptions {
  None = 0 , Log = 1 , Display = 2 , Warning = 3 ,
  Error = 4 , Fatal = 5 , Ensure = 0x00000100 , Minimal = 0x00000200 ,
  VerbosityMask = 0x000000ff
}
 

Functions

 ENUM_CLASS_FLAGS (EPrintStaleReferencesOptions)
 

Enumeration Type Documentation

◆ EPrintStaleReferencesOptions

Enumerator
None 
Log 
Display 
Warning 
Error 
Fatal 
Ensure 
Minimal 
VerbosityMask 

Function Documentation

◆ ENUM_CLASS_FLAGS()

ENUM_CLASS_FLAGS ( EPrintStaleReferencesOptions  )