Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FScopedCVarOverrideInt
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
Tests/NetTestHelpers.h |
|
|
|
Tests/NetTestHelpers.h |
|
|
|
Tests/NetTestHelpers.h |
|
FScopedCVarOverrideInt(FScopedCVarOverrideInt &&)
| |
|
| Name |
FScopedCVarOverrideInt |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/Tests/NetTestHelpers.h |
| Include Path |
#include "Tests/NetTestHelpers.h" |
FScopedCVarOverrideInt
(
FScopedCVarOverrideInt &&
)
FScopedCVarOverrideInt(const FScopedCVarOverrideInt &)
| |
|
| Name |
FScopedCVarOverrideInt |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/Tests/NetTestHelpers.h |
| Include Path |
#include "Tests/NetTestHelpers.h" |
FScopedCVarOverrideInt
(
const FScopedCVarOverrideInt &
)
FScopedCVarOverrideInt(const TCHAR *, int32)
| |
|
| Name |
FScopedCVarOverrideInt |
| Type |
function |
| Header File |
/Engine/Source/Runtime/Engine/Public/Tests/NetTestHelpers.h |
| Include Path |
#include "Tests/NetTestHelpers.h" |
| Source |
/Engine/Source/Runtime/Engine/Private/Tests/NetTestHelpers.cpp |
FScopedCVarOverrideInt
(
const TCHAR * VariableName,
int32 Value
)