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