You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
ContentBrowserAssetDataSource: - Convert asset data to content browser item data in parallel for large batches of items. - Query on-disk and in-memory assets in parallel. Remove mutable fields from FContentBrowserItemData for thread safety. Add FContentBrowserMinimalItemData as a comparison type for identifying FContentBrowserItemData, e.g. when removing from FContentBrowserItem. #rb Julien.StJean [CL 33315899 by robert millar in ue5-main branch]