Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FGenericPlatformMisc
Description
Returns the current device thermal state, which is a cross platform qualitative representation of the device's heat status. Briefly EDeviceThermalState::None (0) is the ideal state, EDeviceThermalState::Severe+ (3) is where serious throttling will start. See EDeviceThermalState and device specific implemetations for details. -1.0 is returned for a platform that does not support this measure at all.
| Name | GetDeviceThermalState |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformMisc.h |
| Include Path | #include "GenericPlatform/GenericPlatformMisc.h" |
| Source | /Engine/Source/Runtime/Core/Private/GenericPlatform/GenericPlatformMisc.cpp |
static EDeviceThermalState GetDeviceThermalState()