FThreadHeartBeat::SuspendHeartBeat

Suspend heartbeat measuring for the current thread if the thread has already had a heartbeat

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 SuspendHeartBeat
(
    bool bAllThreads
)

Remarks

Suspend heartbeat measuring for the current thread if the thread has already had a heartbeat

Parameters

Parameter

Description

bAllThreads

If true, suspends heartbeat for all threads, not only the current one

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