Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FPacketSimulationSettings
Description
Reads the settings from a string: command line or an exec
Reads the settings from a string: command line or an exec
| Name | ParseSettings |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/NetDriver.h |
| Include Path | #include "Engine/NetDriver.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Net/NetEmulationHelper.cpp |
bool ParseSettings
(
const TCHAR * Stream,
const TCHAR * OptionalQualifier
)
Parameters
| Name | Remarks |
|---|---|
| Stream | the string to read the settings from @Param OptionalQualifier: optional string to prepend to Pkt* settings. E.g, "GameNetDriverPktLoss=50" |
| Stream | the string to read the settings from |