@@ -35,7 +35,7 @@ namespace Pollinator
3535 eastl::string16 GetDescription () const ;
3636 eastl::string16 GetAuthor () const ;
3737 int64_t GetAuthorID () const ;
38- const eastl::vector<eastl::string16 >& GetAuthors () const ;
38+ const eastl::vector<eastl::string8 >& GetAuthors () const ;
3939 const eastl::vector<eastl::string16>& GetTags () const ;
4040
4141 const eastl::vector<uint32_t >& GetConsequenceTraits () const ;
@@ -61,7 +61,7 @@ namespace Pollinator
6161 /* 74h */ bool mIsShareable ; // true
6262 /* 78h */ eastl::string16 mName ;
6363 /* 88h */ eastl::string16 mDescription ;
64- /* 98h */ eastl::vector<eastl::string16 > mAuthors ;
64+ /* 98h */ eastl::vector<eastl::string8 > mAuthors ;
6565 /* ACh */ eastl::vector<eastl::string16> mTags ;
6666 /* C0h */ eastl::vector<uint32_t > mConsequenceTraits ;
6767 };
@@ -89,7 +89,7 @@ namespace Pollinator
8989 inline eastl::string16 cAssetMetadata::GetDescription () const { return mDescription ; }
9090 inline eastl::string16 cAssetMetadata::GetAuthor () const { return mAuthorName ; }
9191 inline int64_t cAssetMetadata::GetAuthorID () const { return mAuthorID ; }
92- inline const eastl::vector<eastl::string16 >& cAssetMetadata::GetAuthors () const { return mAuthors ; }
92+ inline const eastl::vector<eastl::string8 >& cAssetMetadata::GetAuthors () const { return mAuthors ; }
9393 inline const eastl::vector<eastl::string16>& cAssetMetadata::GetTags () const { return mTags ; }
9494
9595 inline const eastl::vector<uint32_t >& cAssetMetadata::GetConsequenceTraits () const { return mConsequenceTraits ; }
0 commit comments