Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Helper struct to wrap basic functionalities to store the index of a slot in a SmartObject definition
| Name | FSmartObjectSlotIndex |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include Path | #include "SmartObjectTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FSmartObjectSlotIndex
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSmartObjectSlotIndex
(
const int32 InSlotIndex |
SmartObjectTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Index | int32 | SmartObjectTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Invalidate() |
SmartObjectTypes.h | ||
bool IsValid() |
SmartObjectTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator int32() |
SmartObjectTypes.h | ||
bool operator==
(
const FSmartObjectSlotIndex& Other |
SmartObjectTypes.h |