8 struct TypeDescriptor_AssetReference : TypeDescriptor {
12 template <
typename ItemType>
13 TypeDescriptor_AssetReference(ItemType* itemType)
17 ReflectionTypeData::AssetReference
19 assetType(ItemType::GetStaticType()),
20 name((std::string(
"AssetReference<") + ItemType::GetStaticTypeName() +
">").c_str())
23 virtual const char* GetFullName()
const override {