Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FThreadHeartBeat
Description
Runs the runnable object.
This is where all per object thread work is done. This is only called if the initialization was successful.
Virtual Inheritance
- FRunnable::Run → FThreadHeartBeat::Run
| Name | Run |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/ThreadHeartBeat.h |
| Include Path | #include "HAL/ThreadHeartBeat.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/ThreadHeartBeat.cpp |
virtual uint32 Run()
The exit code of the runnable object