Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FThreadHeartBeat
Description
Sets a multiplier to the hang duration (>= 1.0). Can be used to extend the duration during loading screens etc.
| Name | SetDurationMultiplier |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/HAL/ThreadHeartBeat.h |
| Include Path | #include "HAL/ThreadHeartBeat.h" |
| Source | /Engine/Source/Runtime/Core/Private/HAL/ThreadHeartBeat.cpp |
void SetDurationMultiplier
(
double NewMultiplier
)