Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FMonitoredProcess
Description
Gets single thread interface pointer used for ticking this runnable when multi-threading is disabled. If the interface is not implemented, this runnable will not be ticked when FPlatformProcess::SupportsMultithreading() is false.
Virtual Inheritance
- FRunnable::GetSingleThreadInterface → FMonitoredProcess::GetSingleThreadInterface
| Name | GetSingleThreadInterface |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/MonitoredProcess.h |
| Include Path | #include "Misc/MonitoredProcess.h" |
virtual FSingleThreadRunnable * GetSingleThreadInterface()
Pointer to the single thread interface or nullptr if not implemented.