demo.RecordUnicastRPCs
demo.RecordUnicastRPCs
#Overview
name: demo.RecordUnicastRPCs
This variable is created as a Console Variable (cvar).
- type:
Var
- help:
When true, also record unicast client rpcs on actors that share a net driver name with the demo driver.
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/DemoNetDriver.cpp:135
Scope (from outer to inner):
file
namespace DemoNetDriverRecordingPrivate
Source code excerpt:
static bool RecordUnicastRPCs = false;
static FAutoConsoleVariableRef CVarRecordUnicastRPCs(
TEXT("demo.RecordUnicastRPCs"),
RecordUnicastRPCs,
TEXT("When true, also record unicast client rpcs on actors that share a net driver name with the demo driver.")
);
static TAutoConsoleVariable<int32> CVarDemoForcePersistentLevelPriority(TEXT("demo.ForcePersistentLevelPriority"), 0, TEXT("If true, force persistent level to record first when prioritizing and using streaming level fixes."));
static TAutoConsoleVariable<int32> CVarDemoDestructionInfoPriority(TEXT("demo.DestructionInfoPriority"), MAX_int32, TEXT("Replay net priority assigned to destruction infos during recording."));