UProcessUnitTest::IsBlockingProcessPresent

Whether or not a child process indicating a long/blocking task is running

Windows
MacOS
Linux

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

bool IsBlockingProcessPresent
(
    bool bLogIfFound
)

Remarks

Whether or not a child process indicating a long/blocking task is running

Returns

Whether or not a blocking process was found

Parameters

Parameter

Description

bLogIfFound

Outputs a log to the unit test window, if a blocking process is found

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