ETemperatureSeverity

IOS-style temperature updates, allowing game to scale down to let temp drop (to avoid thermal throttling on mobile, for instance)

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/CoreDelegates.h

Include

#include "Misc/CoreDelegates.h"

Syntax

enum ETemperatureSeverity
{
    Unknown,
    Good,
    Bad,
    Serious,
    Critical,
    NumSeverities,
}

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)

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