FMonitoredProcess::Update

Checks whether the process is still running.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/MonitoredProcess.h

Include

#include "Misc/MonitoredProcess.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/MonitoredProcess.cpp

Syntax

bool Update()

Remarks

Checks whether the process is still running. In single threaded mode, this will tick the thread processing

Returns

true if the process is running, false otherwise.

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