unreal.SmartObjectSlotState

class unreal.SmartObjectSlotState

Bases: EnumBase

Enumeration to represent the runtime state of a slot

C++ Source:

  • Plugin: SmartObjects

  • Module: SmartObjectsModule

  • File: SmartObjectRuntime.h

CLAIMED: SmartObjectSlotState

Slot is claimed but interaction is not active yet

Type:

2

DISABLED: SmartObjectSlotState

Slot can no longer be claimed or used since the parent object and its slot are disabled (e.g. instance tags)

Type:

4

FREE: SmartObjectSlotState

Slot is available

Type:

1

INVALID: SmartObjectSlotState

0

OCCUPIED: SmartObjectSlotState

Slot is claimed and interaction is active

Type:

3