Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/FCoreDelegates
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h |
| Include | #include "Misc/CoreDelegates.h" |
Syntax
enum ETemperatureSeverity
&123;
Unknown,
Good,
Bad,
Serious,
Critical,
NumSeverities,
&125;
Values
| Name | Description |
|---|---|
| Unknown | |
| Good | |
| Bad | |
| Serious | |
| Critical | |
| NumSeverities |
Remarks
IOS-style temperature updates, allowing game to scale down to let temp drop (to avoid thermal throttling on mobile, for instance)