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