Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FThreadHeartBeat
| Name | EConstants |
| Type | enum |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/ThreadHeartBeat.h |
| Include Path | #include "HAL/ThreadHeartBeat.h" |
Syntax
enum EConstants
{
InvalidThreadId = (uint32)-1,
PresentThreadId = (uint32)-2,
}
Values
| Name | Remarks |
|---|---|
| InvalidThreadId | Invalid thread Id used by CheckHeartBeat |
| PresentThreadId | Id used to track presented frames (supported platforms only). |