![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Scope that captures failed check calls.
More...
#include <CheckScope.h>
Public Member Functions | |
| CORE_API | FCheckScope () |
| CORE_API | FCheckScope (const ANSICHAR *Msg) |
Only catches failed check calls that contain Msg. | |
| CORE_API | ~FCheckScope () |
| CORE_API int | GetCount () |
Scope that captures failed check calls.
| FCheckScope::FCheckScope | ( | ) |
|
explicit |
Only catches failed check calls that contain Msg.
| Msg | string to look for in the check message |
| FCheckScope::~FCheckScope | ( | ) |
| int FCheckScope::GetCount | ( | ) |