Installation

Install for Custom Engine Build

The process should apply for installing any code plugin installation to a custom engine build.

  1. Download suitbale plugin version from Marketplace
    e.g. Download 4.25 version of the plugin if the custom engine build is a fork from 4.25 engine version.

  2. 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
  1. Rebuild the custom engine
What's on this Page