ETemperatureSeverityType

A parallel enum to the temperature change severity enum in CoreDelegates.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/ApplicationLifecycleComponent.h

Include

#include "Components/ApplicationLifecycleComponent.h"

Syntax

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

Values

Name

Description

Unknown

Good

Bad

Serious

Critical

NumSeverities

Remarks

Copyright Epic Games, Inc. All Rights Reserved. ApplicationLifecycleComponent.: See FCoreDelegates for details

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