UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
MonitoredProcess.h File Reference

Go to the source code of this file.

Classes

class  FMonitoredProcess
 
class  FSerializedUATProcess
 

Functions

 DECLARE_DELEGATE_OneParam (FOnMonitoredProcessCompleted, int32) DECLARE_DELEGATE_OneParam(FOnMonitoredProcessOutput
 

Function Documentation

◆ DECLARE_DELEGATE_OneParam()

DECLARE_DELEGATE_OneParam ( FOnMonitoredProcessCompleted  ,
int32   
)

Declares a delegate that is executed when a monitored process completed.

The first parameter is the process return code. Declares a delegate that is executed when a monitored process produces output.

The first parameter is the produced output.