unreal.VTProducerPriority

class unreal.VTProducerPriority

Bases: EnumBase

Enumeration of the priority assigned to a given virtual texture producer. Must match EVTProducerPriority in RenderCore (they are duplicate because RenderCore cannot declare UENUMs)

C++ Source:

  • Module: RenderCore

  • File: VirtualTextureEnum.h

ABOVE_NORMAL: VTProducerPriority = Ellipsis

5

BELOW_NORMAL: VTProducerPriority = Ellipsis

3

HIGH: VTProducerPriority = Ellipsis

6

HIGHEST: VTProducerPriority = Ellipsis

7

LOW: VTProducerPriority = Ellipsis

2

LOWER: VTProducerPriority = Ellipsis

1

LOWEST: VTProducerPriority = Ellipsis

0

NORMAL: VTProducerPriority = Ellipsis

4