Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest > API/Plugins/NetcodeUnitTest/UUnitTest
Description
Called upon completion of the unit test (may not happen during same tick), for tearing down created worlds/connections/etc. NOTE: Should be called last, in overridden functions, as this triggers deletion of the unit test object
| Name | EndUnitTest |
| Type | function |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTest.h |
| Include Path | #include "UnitTest.h" |
| Source | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTest.cpp |
void EndUnitTest()