Navigation
API > API/Runtime > API/Runtime/Engine
Scope used when a test is expected to trigger an ensure. Prevents the ensure from triggering a DEBUG_BREAK when running with a debugger attached.
| Name | FNetTestEnsureScope |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Tests/NetTestHelpers.h |
| Include Path | #include "Tests/NetTestHelpers.h" |
Syntax
class FNetTestEnsureScope : public FEnsureScope
Inheritance Hierarchy
- FEnsureScope → FNetTestEnsureScope
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNetTestEnsureScope() |
Tests/NetTestHelpers.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FNetTestEnsureScope() |
Tests/NetTestHelpers.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIgnoreDebugger | bool | Tests/NetTestHelpers.h |