Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Tests
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Tests/CheckScope.h |
| Include | #include "Tests/CheckScope.h" |
Syntax
struct FCheckScope
Remarks
Scope that captures failed `check_ calls.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FCheckScope () |
|||
FCheckScope
(
const ANSICHAR* Msg |
Only catches failed `check_ calls that contain Msg. |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FCheckScope () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int | GetCount () |