net.TestObjRefSerialize
net.TestObjRefSerialize
#Overview
name: net.TestObjRefSerialize
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Attempts to replicate an object reference to all clients
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/DataChannel.cpp:5699
Scope: file
Source code excerpt:
FAutoConsoleCommandWithWorldAndArgs TestObjectRefSerializeCommand(
TEXT("net.TestObjRefSerialize"),
TEXT( "Attempts to replicate an object reference to all clients" ),
FConsoleCommandWithWorldAndArgsDelegate::CreateStatic(TestObjectRefSerialize)
);
#endif