unreal.TemperatureSeverityType

class unreal.TemperatureSeverityType

Bases: unreal.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

2

CRITICAL

4

GOOD

1

NUM_SEVERITIES

5

SERIOUS

3

UNKNOWN

0