Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FRunnable
Description
Runs the runnable object.
This is where all per object thread work is done. This is only called if the initialization was successful.
Derived Overrides
- FAsyncWriter::Run
- FGameThreadHitchHeartBeatThreaded::Run
- FInteractiveProcess::Run
- FMonitoredProcess::Run
- FThreadHeartBeat::Run
- TAsyncRunnable::Run
| Name | Run |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/Runnable.h |
| Include Path | #include "HAL/Runnable.h" |
uint32 Run()
The exit code of the runnable object