Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Defines method for selecting slot entry from multiple candidates.
| Name | FSmartObjectSlotEntrySelectionMethod |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
Syntax
enum FSmartObjectSlotEntrySelectionMethod
{
First,
NearestToSearchLocation,
}
Values
| Name | Remarks |
|---|---|
| First | Return first entry location (in order defined in the slot definition). |
| NearestToSearchLocation | Return nearest entry to specified search location. |