unreal.SmartObjectEntrancePriority

class unreal.SmartObjectEntrancePriority

Bases: EnumBase

Enum used to define a entrance selection priority. Highest priority is preferred, but when the priority is the same the selection method (distance) is used to decide which entrance is chosen.

C++ Source:

  • Plugin: SmartObjects

  • Module: SmartObjectsModule

  • File: SmartObjectSlotEntranceAnnotation.h

ABOVE_NORMAL: SmartObjectEntrancePriority

5

BELOW_NORMAL: SmartObjectEntrancePriority

3

HIGH: SmartObjectEntrancePriority

6

HIGHER: SmartObjectEntrancePriority

7

HIGHEST: SmartObjectEntrancePriority

8

LOW: SmartObjectEntrancePriority

2

LOWER: SmartObjectEntrancePriority

1

LOWEST: SmartObjectEntrancePriority

0

NORMAL: SmartObjectEntrancePriority

4