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

Go to the source code of this file.

Macros

#define testableEnsureMsgf   ensureMsgf
 
#define testableCheckf   checkf
 
#define testableCheckfReturn(InExpression, ReturnValue, InFormat, ...)   checkf(InExpression, InFormat, ##__VA_ARGS__)
 

Macro Definition Documentation

◆ testableCheckf

#define testableCheckf   checkf

◆ testableCheckfReturn

#define testableCheckfReturn (   InExpression,
  ReturnValue,
  InFormat,
  ... 
)    checkf(InExpression, InFormat, ##__VA_ARGS__)

◆ testableEnsureMsgf

#define testableEnsureMsgf   ensureMsgf