net.DumpRelevantActors
net.DumpRelevantActors
#Overview
name: net.DumpRelevantActors
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Dumps information on relevant actors during next network update
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:8319
Scope: file
Source code excerpt:
#if NET_DEBUG_RELEVANT_ACTORS
FAutoConsoleCommandWithWorld DumpRelevantActorsCommand(
TEXT("net.DumpRelevantActors"),
TEXT( "Dumps information on relevant actors during next network update" ),
FConsoleCommandWithWorldDelegate::CreateStatic(DumpRelevantActors)
);
#endif // NET_DEBUG_RELEVANT_ACTORS
/**