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 FSmartObjectHandle
Remarks
Handle to a registered smartobject.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Invalidate () |
||
| bool | IsValid () |
Indicates that the handle was properly assigned but doesn't guarantee that the associated object is still accessible. |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSmartObjectHandle Other |
||
| bool | operator<
(
const FSmartObjectHandle Other |
Has meaning only for sorting purposes | |
| bool | operator==
(
const FSmartObjectHandle Other |
Constants
| Name | Description |
|---|---|
| DynamicIdsBitMask | All Ids with this bit set were assigned for dynamic ('D') entries that rely on the component lifetime. |
| Invalid | |
| InvalidID |