Navigation
Unreal Engine C++ API Reference > 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 ResumeHeartBeat
&40;
bool bAllThreads
&41;
Remarks
Resume heartbeat measuring for the current thread
Parameters
Name | Description |
---|---|
bAllThreads | If true, resumes heartbeat for all threads, not only the current one |