![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include "Misc/AssertionMacros.h"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)) |
| #define CHAOS_CHECK | ( | Condition | ) | (!!(Condition)) |
| #define CHAOS_CLOG | ( | InExpression, | |
| InLog, | |||
| InSeverity, | |||
| InFormat, | |||
| ... | |||
| ) | (!!(InExpression)) |
| #define CHAOS_ENSURE | ( | Condition | ) | (!!(Condition)) |
| #define CHAOS_ENSURE_MSG | ( | InExpression, | |
| InFormat, | |||
| ... | |||
| ) | (!!(InExpression)) |
| #define CHAOS_LOG | ( | InLog, | |
| InSeverity, | |||
| InFormat, | |||
| ... | |||
| ) |