Navigation
API > API/Runtime > API/Runtime/Engine
Sets and restores cvars needed to use FNetTestWorldInstances within a scope. Meant to be used within a single function.
| Name | FScopedTestSettings |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Public/Tests/NetTestHelpers.h |
| Include Path | #include "Tests/NetTestHelpers.h" |
Syntax
class FScopedTestSettings
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Tests/NetTestHelpers.h | |||
| Tests/NetTestHelpers.h | |||
FScopedTestSettings
(
const FScopedTestSettings& |
Tests/NetTestHelpers.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FScopedTestSettings() |
Tests/NetTestHelpers.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AddressResolutionDisabled | FScopedCVarOverrideInt | Tests/NetTestHelpers.h | ||
| BandwidthThrottlingDisabled | FScopedCVarOverrideInt | Tests/NetTestHelpers.h | ||
| GameplayDebuggerDisabled | FScopedCVarOverrideInt | Tests/NetTestHelpers.h | ||
| RandomNetUpdateDelayDisabled | FScopedCVarOverrideInt | Tests/NetTestHelpers.h | ||
| RepGraphBandwidthThrottlingDisabled | FScopedCVarOverrideInt | Tests/NetTestHelpers.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Tests/NetTestHelpers.h | |||
FScopedTestSettings & operator=
(
const FScopedTestSettings& |
Tests/NetTestHelpers.h |