Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/HAL > API/Runtime/Core/HAL/FThreadHeartBeat
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/HAL/ThreadHeartBeat.h |
| Include | #include "HAL/ThreadHeartBeat.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/ThreadHeartBeat.cpp |
void MonitorCheckpointStart
(
FName EndCheckPoint,
double TimeToReachCheckpoint
)
Remarks
Called from a thread to register a checkpoint to be monitored
Parameters
| Name | Description |
|---|---|
| EndCheckPoint | name of the checkpoint that needs to be reached. TimeToReachCheckPoint the time duration we have to reach the specified checkpoint. |