Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMonitoredProcess
Description
Runs the runnable object.
This is where all per object thread work is done. This is only called if the initialization was successful.
Virtual Inheritance
- FRunnable::Run → FMonitoredProcess::Run
| Name | Run |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MonitoredProcess.h |
| Include Path | #include "Misc/MonitoredProcess.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/MonitoredProcess.cpp |
virtual uint32 Run()
The exit code of the runnable object