UUnitTest::EndUnitTest

Called upon completion of the unit test (may not happen during same tick), for tearing down created worlds/connections/etc.

Windows
MacOS
Linux

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Classes/UnitTest.h

Include

#include "UnitTest.h"

Source

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Private/UnitTest.cpp

Syntax

void EndUnitTest()

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss