Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
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.
| Name | ESmartObjectEntrancePriority |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/Annotations/SmartObjectSlotEntranceAnnotation.h |
| Include Path | #include "Annotations/SmartObjectSlotEntranceAnnotation.h" |
Syntax
enum ESmartObjectEntrancePriority
{
Lowest,
Lower,
Low,
BelowNormal,
Normal,
AboveNormal,
High,
Higher,
Highest,
MIN = Lowest,
MAX = Highest,
}
Values
| Name | Remarks |
|---|---|
| Lowest | |
| Lower | |
| Low | |
| BelowNormal | |
| Normal | |
| AboveNormal | |
| High | |
| Higher | |
| Highest | |
| MIN | |
| MAX |