Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectDefinition.h |
| Include | #include "SmartObjectDefinition.h" |
Syntax
USTRUCT ()
struct FSmartObjectDefinitionDataHandle
Remarks
Used internally by USmartObjectDefinition to point to a specific piece of data.
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectDefinitionDataHandle
(
const int32 InSlotIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | GetDataIndex () |
||
| int32 | GetSlotIndex () |
||
| bool | IsDataValid () |
||
| bool | IsParameters () |
||
| bool | IsRoot () |
||
| bool | IsSlotValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSmartObjectDefinitionDataHandle& Other |
||
| FSmartObjectDefinitionDataHandle & | operator=
(
const FSmartObjectDefinitionDataHandle& Other |
||
| bool | operator==
(
const FSmartObjectDefinitionDataHandle& Other |
Constants
| Name | Description |
|---|---|
| Invalid | |
| InvalidIndex | |
| Parameters | |
| ParametersIndex | |
| Root | |
| RootIndex |