Unreal Asset Manager is an asset manager for Unreal Engine Marketplace that can help user filter, sort and browse assets that they owned. It aims to solve the performance issue with the official launcher if a user has too many assets, by helping users rapidly find the asset needed using tags, name and description search.
It is mainly created for my own needs as I have about a thousand assets in my UE4 asset vault. Unreal launcher’s performance can’t keep up with this amount of assets and also didn’t provide the search function I needed. Therefore I create it to help organize my asset library.
Virtual scroll view is used to handle the asset list so that it can easily handle the listing of thousands of assets. Asset data are cached and indexed locally to support advanced searching.