Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FThreadHeartBeat
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void HeartBeat () |
HAL/ThreadHeartBeat.h | ||
void HeartBeat
(
bool bReadConfig |
Called from a thread once per frame to update the heartbeat time | HAL/ThreadHeartBeat.h |
HeartBeat()
| Name | HeartBeat |
| 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 |
void HeartBeat()
HeartBeat(bool)
Description
Called from a thread once per frame to update the heartbeat time
| Name | HeartBeat |
| 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 |
void HeartBeat
(
bool bReadConfig
)