unreal.TemperatureSeverityType

class unreal.TemperatureSeverityType

Bases: EnumBase

A parallel enum to the temperature change severity enum in CoreDelegates Note if you change this, then you must change the one in CoreDelegates

C++ Source:

  • Module: Engine

  • File: ApplicationLifecycleComponent.h

BAD: TemperatureSeverityType

2

CRITICAL: TemperatureSeverityType

4

GOOD: TemperatureSeverityType

1

NUM_SEVERITIES: TemperatureSeverityType

5

SERIOUS: TemperatureSeverityType

3

UNKNOWN: TemperatureSeverityType

0