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 |
void PrintUnitTestResult
&40;
UUnitTest &42; InUnitTest,
bool bFinalSummary,
bool bUnfinished
&41;
Remarks
Prints the results information for a single unit test
Parameters
Name | Description |
---|---|
InUnitTest | The unit test to print results information for |
bFinalSummary | Whether or not this is the final summary printout (changes the formatting slightly) |
bUnfinished | Whether or not the unit test was aborted and could not be run |