FPacketSimulationSettings::ParseSettings

Reads the settings from a string: command line or an exec

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h

Include

#include "Engine/NetDriver.h"

Source

/Engine/Source/Runtime/Engine/Private/NetworkDriver.cpp

Syntax

bool ParseSettings
(
    const TCHAR * Stream,
    const TCHAR * OptionalQualifier
)

Remarks

Reads the settings from a string: command line or an exec

Reads the settings from a string: command line or an exec

Parameters

Parameter

Description

Stream

the string to read the settings from OptionalQualifier: optional string to prepend to Pkt* settings. E.g, "GameNetDriverPktLoss=50"

Stream

the string to read the settings from

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss