UProcessUnitTest::CleanupUnitTest

Cleans up all items needing destruction, and removes the unit test from tracking, before deleting the unit test itself

Windows
MacOS
Linux

Override Hierarchy

References

Module

NetcodeUnitTest

Header

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

Include

#include "ProcessUnitTest.h"

Source

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

Syntax

virtual void CleanupUnitTest
(
    EUnitTestResetStage ResetStage
)

Remarks

Cleans up all items needing destruction, and removes the unit test from tracking, before deleting the unit test itself

Parameters

Parameter

Description

ResetStage

If called from ResetUnitTest, restricts what is cleaned up based on the current reset stage

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