Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/FUnitTestEnvironment
References
| Module | NetcodeUnitTest |
| Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UnitTestEnvironment.h |
| Include | #include "UnitTestEnvironment.h" |
virtual void SetupDefaultServerParameters
&40;
FString & OutCommandline,
FString & OutLogCmds,
FString & OutExecCmds
&41;
Remarks
Sets up the default server parameters, specifying commandline and '-*Cmds=x' separately (combined within parent function above)
Parameters
| Name | 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 |