Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCheckScope
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCheckScope () |
Tests/CheckScope.h | ||
FCheckScope
(
const ANSICHAR* Msg |
Only catches failed `check_ calls that contain Msg. | Tests/CheckScope.h |
FCheckScope()
| Name | FCheckScope |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Tests/CheckScope.h |
| Include Path | #include "Tests/CheckScope.h" |
| Source | /Engine/Source/Runtime/Core/Private/Tests/CheckScope.cpp |
FCheckScope()
FCheckScope(const ANSICHAR *)
Description
Only catches failed `check_ calls that contain Msg.
| Name | FCheckScope |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Tests/CheckScope.h |
| Include Path | #include "Tests/CheckScope.h" |
| Source | /Engine/Source/Runtime/Core/Private/Tests/CheckScope.cpp |
FCheckScope
(
const ANSICHAR * Msg
)
Parameters
| Name | Remarks |
|---|---|
| Msg | string to look for in the check message |