UUnitTestManager::NotifyUnitTestComplete

Notification that is triggered when a unit test completes

Windows
MacOS
Linux

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

Syntax

void NotifyUnitTestComplete
(
    UUnitTest * InUnitTest,
    bool bAborted
)

Remarks

Notification that is triggered when a unit test completes

Parameters

Parameter

Description

InUnitTest

The unit test that just completed

bAborted

Whether or not the unit test was aborted

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