NetEmulation.PktEmulationProfile
NetEmulation.PktEmulationProfile
#Overview
name: NetEmulation.PktEmulationProfile
This variable is created as a Console Variable (cvar).
- type:
Cmd
- help:
Apply a preconfigured emulation profile.
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:43
Scope (from outer to inner):
file
namespace UE::Net::Private::NetEmulationHelper
Source code excerpt:
}
FAutoConsoleCommandWithWorldArgsAndOutputDevice NetEmulationPktEmulationProfile(TEXT("NetEmulation.PktEmulationProfile"), TEXT("Apply a preconfigured emulation profile."),
FConsoleCommandWithWorldArgsAndOutputDeviceDelegate::CreateStatic([](const TArray<FString>& Args, UWorld* World, FOutputDevice& Output)
{
bool bProfileApplied(false);
if (Args.Num() > 0)
{
FString CmdParams = FString::Printf(TEXT("PktEmulationProfile=%s"), *(Args[0]));