Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
References
| Module | SmartObjectsModule |
| Header | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectSubsystem.h |
| Include | #include "SmartObjectSubsystem.h" |
Syntax
USTRUCT (BlueprintType )
struct FSmartObjectRequestResult
Remarks
Struct that holds the object and slot selected by processing a smart object request.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSmartObjectSlotHandle | SlotHandle | ||
| FSmartObjectHandle | SmartObjectHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSmartObjectRequestResult
(
const FSmartObjectHandle InSmartObjectHandle, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FSmartObjectRequestResult& Other |
||
| bool | operator==
(
const FSmartObjectRequestResult& Other |