net.FilterGuidRemapping
net.FilterGuidRemapping
#Overview
name: net.FilterGuidRemapping
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
Remove destroyed and parent guids from unmapped list
It is referenced in 1
C++ source file.
#Summary
#References in C++ code
#Callsites
This variable is referenced in the following C++ source code:
#Loc: <Workspace>/Engine/Source/Runtime/Engine/Private/NetDriver.cpp:929
Scope (from outer to inner):
file
namespace UE
namespace Net
Source code excerpt:
{
int32 FilterGuidRemapping = 1;
static FAutoConsoleVariableRef CVarFilterGuidRemapping(TEXT("net.FilterGuidRemapping"), FilterGuidRemapping, TEXT("Remove destroyed and parent guids from unmapped list"));
};
};
bool CVar_NetDriver_ReportGameTickFlushTime = false;
static FAutoConsoleVariableRef CVarNetDriverReportTickFlushTime(TEXT("net.ReportGameTickFlushTime"), CVar_NetDriver_ReportGameTickFlushTime, TEXT("Record and report to the perf tracking system the processing time of the GameNetDriver's TickFlush."), ECVF_Default);