FThreadHeartBeat::MonitorCheckpointStart

Called from a thread to register a checkpoint to be monitored

Windows
MacOS
Linux

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

Syntax

void MonitorCheckpointStart
(
    FName EndCheckPoint,
    double TimeToReachCheckpoint
)

Remarks

Called from a thread to register a checkpoint to be monitored

Parameters

Parameter

Description

EndCheckPoint

name of the checkpoint that needs to be reached. TimeToReachCheckPoint the time duration we have to reach the specified checkpoint.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss