FUnitTestEnvironment::GetDefaultServerParameters

Returns the default parameters for launched servers

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitTestEnvironment.h

Include

#include "UnitTestEnvironment.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestEnvironment.cpp

Syntax

FString GetDefaultServerParameters
(
    FString InLogCmds,
    FString InExecCmds
)

Remarks

Returns the default parameters for launched servers

Returns

Returns the default parameters

Parameters

Parameter

Description

InLogCmds

Used to pass in -LogCmds= entries, which need special parsing (don't specify the -LogCmds= part)

InExecCmds

Used to pass in -ExecCmds= entries, which need special parsing (don't specify the -ExecCmds= part)

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