Introduction
UAsset Browser is a code plugin for Unreal Engine 4.
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.
Install for Custom Engine Build
The process should apply for installing any code plugin installation to a custom engine build.
-
Download suitbale plugin version from Marketplace
e.g. Download4.25
version of the plugin if the custom engine build is a fork from4.25
engine version. -
Copy downloaded plugin to custom engine build’s plugin folder
e.g. The plugin is stored in following folder for unreal engine 4.25 on windows
C:\Program Files\Epic Games\UE_4.25\Engine\Plugins\Marketplace\THE_PLUGIN_NAME_HERE
You can make folder in custom engine build’s plugin folder for better organization.
CustomEngineBuild ├── Engine │ ├── _Plugins │ │ ├── CUSTOM_PLUGIN_FOLDER_NAME
- Rebuild the custom engine