Navigation
API > API/Plugins > API/Plugins/SmartObjectsModule > API/Plugins/SmartObjectsModule/FConstSmartObjectSlotView
Description
Returns a pointer to the slot state data of the specified type. Method will return null if the slot doesn't have the given type.
| Name | GetStateDataPtr |
| Type | function |
| Header File | /Engine/Plugins/Runtime/SmartObjects/Source/SmartObjectsModule/Public/SmartObjectRuntime.h |
| Include Path | #include "SmartObjectRuntime.h" |
template<typename T>
const T * GetStateDataPtr() const