NetEmulation.DropNothing

NetEmulation.DropNothing

#Overview

name: NetEmulation.DropNothing

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/Net/NetEmulationHelper.cpp:91

Scope (from outer to inner):

file
namespace    UE::Net::Private::NetEmulationHelper

Source code excerpt:



FAutoConsoleCommandWithWorldArgsAndOutputDevice NetEmulationDropNothingFunction(TEXT("NetEmulation.DropNothing"), TEXT("Disables any RPC drop settings previously set."),
FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic([](const TArray<FString>& Args, UWorld* World, FOutputDevice& Output)
{
	UNetDriver* NetDriver = World->NetDriver;
	if (!NetDriver)
	{
		return;