Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > UUnitTestManager
References
Module | NetcodeUnitTest |
Header | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTestManager.h |
Include | #include "UnitTestManager.h" |
Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTestManager.cpp |
bool Exec
&40;
UWorld &42; InWorld,
const TCHAR &42; Cmd,
FOutputDevice & Ar
&41;
Remarks
Handles exec commands starting with 'UnitTest' True if the command was handled, false if not
Parameters
Name | Description |
---|---|
InWorld | The world the command was executed from |
Cmd | The command that was executed |
Ar | The archive log results should be sent to |