Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include | #include "SmartObjectTypes.h" |
Syntax
USTRUCT (BlueprintType )
struct FSmartObjectSlotHandle
Remarks
Struct used to identify a runtime slot instance
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | SlotIndex | ||
| FSmartObjectHandle | SmartObjectHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectSlotHandle
(
const FSmartObjectHandle InSmartObjectHandle, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetSlotIndex () |
||
| FSmartObjectHandle | |||
| void | Invalidate () |
||
| bool | IsValid () |
Indicates that the handle was properly assigned but doesn't guarantee that the associated slot is still accessible. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSmartObjectSlotHandle Other |
||
| bool | operator<
(
const FSmartObjectSlotHandle Other |
Has meaning only for sorting purposes | |
| bool | operator==
(
const FSmartObjectSlotHandle Other |