Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectRuntime.h |
| Include | #include "SmartObjectRuntime.h" |
Syntax
USTRUCT (BlueprintType )
struct FSmartObjectClaimHandle
Remarks
Struct describing a reservation between a user and a smart object slot.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSmartObjectSlotHandle | SlotHandle | Handle of the claimed slot. | |
| FSmartObjectHandle | SmartObjectHandle | Handle to the Smart Object where the claimed slot belongs to. | |
| FSmartObjectUserHandle | UserHandle | Handle describing the user which claimed the slot. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectClaimHandle
(
const FSmartObjectHandle InSmartObjectHandle, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Invalidate () |
||
| bool | IsValid () |
Indicates that the handle was properly assigned by a call to 'Claim' but doesn't guarantee that the associated object and slot are still registered in the simulation. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSmartObjectClaimHandle& Other |
||
| bool | operator==
(
const FSmartObjectClaimHandle& Other |
Constants
| Name | Description |
|---|---|
| InvalidHandle |