FUnitTestEnvironment::SetupDefaultServerParameters

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

Choose your operating system:

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