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