Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Enumeration to represent the runtime state of a slot
| Name | ESmartObjectSlotState |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectRuntime.h |
| Include Path | #include "SmartObjectRuntime.h" |
Syntax
enum ESmartObjectSlotState
{
Invalid,
Free,
Claimed,
Occupied,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| Free | Slot is available |
| Claimed | Slot is claimed but interaction is not active yet |
| Occupied | Slot is claimed and interaction is active |