Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/FSmartObjectSlotView
Description
Returns a reference to the mutable slot state data of the specified type. Method will fail a check if the slot doesn't have the given type.
| Name | GetMutableStateData |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectRuntime.h |
| Include Path | #include "SmartObjectRuntime.h" |
template<typename T>
T & GetMutableStateData() const