UProcessUnitTest::NotifyProcessFinished

Notifies when a running process is detected as having finished/closed

Windows
MacOS
Linux

Override Hierarchy

UProcessUnitTest::NotifyProcessFinished()

UClientUnitTest::NotifyProcessFinished()

References

Module

NetcodeUnitTest

Header

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

Include

#include "ProcessUnitTest.h"

Syntax

virtual void NotifyProcessFinished
(
    TWeakPtr< FUnitTestProcess > InProcess
)

Remarks

Notifies when a running process is detected as having finished/closed

This will not get called, when ShutdownUnitTestProcess is used, only when a program ends by itself

Parameters

Parameter

Description

InProcess

The process which has finished

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