Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Tests
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Tests/NetTestHelpers.h |
| Include | #include "Tests/NetTestHelpers.h" |
Syntax
class FScopedCVarOverrideInt
Remarks
Used to set a cvar and restore it to it's original value when destroyed
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScopedCVarOverrideInt
(
const FScopedCVarOverrideInt& |
|||
FScopedCVarOverrideInt
(
const TCHAR* VariableName, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Operators
| Type | Name | Description | |
|---|---|---|---|
| FScopedCVarOverrideInt & | |||
| FScopedCVarOverrideInt & | operator=
(
const FScopedCVarOverrideInt& |