Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule
| Name | FSmartObjectSlotView |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectRuntime.h |
| Include Path | #include "SmartObjectRuntime.h" |
Syntax
USTRUCT ()
struct FSmartObjectSlotView : public FConstSmartObjectSlotView
Inheritance Hierarchy
- FConstSmartObjectSlotView → FSmartObjectSlotView
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SmartObjectRuntime.h | |||
FConstSmartObjectSlotView
(
const FSmartObjectSlotHandle InSlotHandle, |
SmartObjectRuntime.h | ||
T & GetMutableStateData () |
Returns a reference to the mutable slot state data of the specified type. | SmartObjectRuntime.h | |
T * GetMutableStateDataPtr () |
Returns a pointer to the mutable slot state data of the specified type. | SmartObjectRuntime.h |