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