Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Handle describing a specific entrance on a smart object slot.
| Name | FSmartObjectSlotEntranceHandle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include Path | #include "SmartObjectSubsystem.h" |
Syntax
USTRUCT (BlueprintType )
struct FSmartObjectSlotEntranceHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SmartObjectSubsystem.h | |||
FSmartObjectSlotEntranceHandle
(
const FSmartObjectSlotHandle InSlotHandle, |
SmartObjectSubsystem.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | uint8 | SmartObjectSubsystem.h | ||
| SlotHandle | FSmartObjectSlotHandle | SmartObjectSubsystem.h |
|
|
| Type | EType | SmartObjectSubsystem.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSmartObjectSlotHandle GetSlotHandle() |
SmartObjectSubsystem.h | ||
bool IsValid() |
SmartObjectSubsystem.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FSmartObjectSlotEntranceHandle& Other |
SmartObjectSubsystem.h | ||
bool operator==
(
const FSmartObjectSlotEntranceHandle& Other |
SmartObjectSubsystem.h |