Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Enum indicating if we're looking for a location to enter or exit the Smart Object slot.
| Name | ESmartObjectSlotNavigationLocationType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include Path | #include "SmartObjectTypes.h" |
Syntax
enum ESmartObjectSlotNavigationLocationType
{
Entry,
Exit,
}
Values
| Name | Remarks |
|---|---|
| Entry | Find a location to enter the slot. |
| Exit | Find a location to exit the slot. |