FUnitTestEnvironment::SetupDefaultServerParameters

Sets up the default server parameters, specifying commandline and '-*Cmds=x' separately (combined within parent function above)

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

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

Include

#include "UnitTestEnvironment.h"

Syntax

virtual void SetupDefaultServerParameters
(
    FString & OutCommandline,
    FString & OutLogCmds,
    FString & OutExecCmds
)

Remarks

Sets up the default server parameters, specifying commandline and '-*Cmds=x' separately (combined within parent function above)

Parameters

Parameter

Description

OutCommandline

Passes in the current state of the commandline, for modification

OutLogCmds

Passes in the current LogCmds list, for modification

OutExecCmds

Passes in the current ExecCmds list, for modification

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