Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FRunnable
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.
Derived Overrides
- FAsyncWriter::Init
- FGameThreadHitchHeartBeatThreaded::Init
- FInteractiveProcess::Init
- FMonitoredProcess::Init
- FThreadHeartBeat::Init
| Name | Init |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/Runnable.h |
| Include Path | #include "HAL/Runnable.h" |
virtual bool Init()
True if initialization was successful, false otherwise
See Also
-
Run
-
Stop