| 
 
 
 
 
 
 
 
 
 
 
 With UAsset Browser, you can preview uasset thumbnail, view dependency graph between uasset files, inspect/search/filter uasset meta data, and then import uasset file with all it's dependencies including hard or soft references.
 
 UAsset Browser looks and works similar to Content Browser, the difference is that instead of working with internal content, UAsset Browser works with external content (from other projects or from marketplace vault cache content folders).
 
 UAsset Browser works as a uasset file importer. Dependencies between uasset files will be gathered and imported together to avoid missing dependencies when copying uasset files manually into your project.
 
 Different from existing Migrate Asset workflow, instead of opening multiple external projects to migrate selected assets to your current project, with UAsset Browser you always stay in the current working project, browsing and importing the assets you want from any external projects or vault cache content into the current project.
 Cooked uasset files from packaged games are not supported.
 
 Technical Details
 Features:
 Browse uasset files inside editor
 One click import uasset file with all dependencies
 View dependency graph of uasset files
 Support both hard dependency or soft referenced assets
 Preview uasset content thumbnail
 Inspect uasset meta information
 Display uasset engine version as thumbnail overlay
 Filter uasset files by asset type
 Search uasset files by name, by asset registry tags (e.g. triangles > 1000; materials == 1)
 Display uasset files in Tile, List or Column view
 Manage mulitple projects / valut cache content folders in one panel
 Familiar content browser UI
 
 Code Modules:
 ExtContentBrowser (Editor)
 Number of Blueprints:
 Number of C++ Classes: 61
 Supported Development Platforms: Windows
 Supported Target Build Platforms: Windows
 
 
 有了 UAsset 浏览器,你可以预览 uasset 缩略图,查看 uasset 文件之间的依赖关系图,检查/搜索/过滤 uasset 元数据,然后导入 uasset 文件及其所有依赖关系,包括硬或软引用。
 
 UAsset 浏览器的外观和工作原理与内容浏览器类似,不同之处在于 UAsset 浏览器不处理内部内容,而是处理外部内容(来自其他项目或市场库缓存内容文件夹)。
 
 UAsset 浏览器是一个 uasset 文件导入器。Uasset 文件之间的依赖关系将被收集并一起导入,以避免在手动将 uasset 文件复制到项目中时遗漏依赖关系。
 
 与现有的 "迁移资产"(Migrate Asset)工作流程不同,使用 UAsset Browser,你无需打开多个外部项目来将选定的资产迁移到当前项目中,而是始终保持在当前工作项目中,浏览并从任何外部项目或库缓存内容中导入你想要的资产到当前项目中。
 不支持打包游戏中的熟化 uasset 文件。
 
 技术细节
 功能
 在编辑器内浏览 uasset 文件
 一键导入包含所有依赖项的 uasset 文件
 查看 uasset 文件的依赖关系图
 支持硬依赖或软引用资产
 预览 uasset 内容缩略图
 检查 uasset 元信息
 以缩略图叠加方式显示 uasset 引擎版本
 按资产类型过滤 uasset 文件
 按名称、资产注册标签(如三角形 > 1000;材料 == 1)搜索 uasset 文件
 以瓦片、列表或列视图显示 uasset 文件
 在一个面板中管理多个项目/缓存内容文件夹
 熟悉的内容浏览器用户界面
 
 代码模块:
 扩展内容浏览器(编辑器)
 蓝图数量
 C++ 类的数量 61
 支持的开发平台: Windows 视窗
 支持的目标构建平台:Windows 视窗
 
 
 
 
 
 
 
 |