net.CleanUpRenamedDynamicActors

net.CleanUpRenamedDynamicActors

#Overview

name: net.CleanUpRenamedDynamicActors

This variable is created as a Console Variable (cvar).

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:479

Scope (from outer to inner):

file
namespace    UE::Net
namespace    Private

Source code excerpt:


		static FAutoConsoleVariableRef CVarNetCleanUpRenamedDynamicActors(
			TEXT("net.CleanUpRenamedDynamicActors"),
			CleanUpRenamedDynamicActors,
			TEXT("When enabled, dynamic actors that change outers via Rename() on the server will close their channel ")
			TEXT("or send a destruction info to clients without the actor's new level loaded."));
	}
}