Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMonitoredProcess
Description
Initializes the runnable object.
This method is called in the context of the thread object that aggregates this, not the thread that passes this runnable to a new thread.
Virtual Inheritance
- FRunnable::Init → FMonitoredProcess::Init
| Name | Init |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MonitoredProcess.h |
| Include Path | #include "Misc/MonitoredProcess.h" |
virtual bool Init()
True if initialization was successful, false otherwise
See Also
-
Run
-
Stop