UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ChaosCheck.h File Reference

Go to the source code of this file.

Macros

#define CHAOS_CHECK(Condition)   (!!(Condition))
 
#define CHAOS_ENSURE(Condition)   (!!(Condition))
 
#define CHAOS_ENSURE_MSG(InExpression, InFormat, ...)   (!!(InExpression))
 
#define CHAOS_LOG(InLog, InSeverity, InFormat, ...)
 
#define CHAOS_CLOG(InExpression, InLog, InSeverity, InFormat, ...)   (!!(InExpression))
 

Macro Definition Documentation

◆ CHAOS_CHECK

#define CHAOS_CHECK (   Condition)    (!!(Condition))

◆ CHAOS_CLOG

#define CHAOS_CLOG (   InExpression,
  InLog,
  InSeverity,
  InFormat,
  ... 
)    (!!(InExpression))

◆ CHAOS_ENSURE

#define CHAOS_ENSURE (   Condition)    (!!(Condition))

◆ CHAOS_ENSURE_MSG

#define CHAOS_ENSURE_MSG (   InExpression,
  InFormat,
  ... 
)    (!!(InExpression))

◆ CHAOS_LOG

#define CHAOS_LOG (   InLog,
  InSeverity,
  InFormat,
  ... 
)