Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > FUnitTestEnvironment
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 |
FString GetDefaultServerParameters
&40;
FString InLogCmds,
FString InExecCmds
&41;
Remarks
Returns the default parameters for launched servers Returns the default parameters
Parameters
Name | 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) |