unreal.FSmartObjectSlotEntrySelectionMethod

class unreal.FSmartObjectSlotEntrySelectionMethod

Bases: EnumBase

Defines method for selecting slot entry from multiple candidates.

C++ Source:

  • Plugin: SmartObjects

  • Module: SmartObjectsModule

  • File: SmartObjectSubsystem.h

FIRST: FSmartObjectSlotEntrySelectionMethod

Return first entry location (in order defined in the slot definition).

Type:

0

NEAREST_TO_SEARCH_LOCATION: FSmartObjectSlotEntrySelectionMethod

Return nearest entry to specified search location.

Type:

1