Navigation
Unreal Engine C++ API Reference > Runtime > Core > HAL > FRunnable
- FRunnable::Init()
- FAsyncWriter::Init()
- FGameThreadHitchHeartBeatThreaded::Init()
- FInteractiveProcess::Init()
- FMonitoredProcess::Init()
- FThreadHeartBeat::Init()
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/HAL/Runnable.h |
Include | #include "HAL/Runnable.h" |
virtual bool Init()
Remarks
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. True if initialization was successful, false otherwise