Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FRunnable
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.
Derived Overrides
| Name | GetSingleThreadInterface |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/Runnable.h |
| Include Path | #include "HAL/Runnable.h" |
virtual FSingleThreadRunnable * GetSingleThreadInterface()
Pointer to the single thread interface or nullptr if not implemented.