Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
Handle to a smartobject user.
| Name | FSmartObjectUserHandle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectTypes.h |
| Include Path | #include "SmartObjectTypes.h" |
Syntax
USTRUCT ()
struct FSmartObjectUserHandle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SmartObjectTypes.h | |||
FSmartObjectUserHandle
(
const uint32 InID |
SmartObjectTypes.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Invalid | const FSmartObjectUserHandle | SmartObjectTypes.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ID | uint32 | SmartObjectTypes.h |
|
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Invalidate() |
SmartObjectTypes.h | ||
bool IsValid() |
SmartObjectTypes.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator!=
(
const FSmartObjectUserHandle& Other |
SmartObjectTypes.h | ||
bool operator==
(
const FSmartObjectUserHandle& Other |
SmartObjectTypes.h |