Plugin Builder

Naotsun - Code Plugins - May 8, 2023

Adds a tools menu to build plugin with multiple engine versions and compress the built plugin into a zip file that can be submitted to the marketplace.

  • Supported Platforms
  • Supported Engine Versions
    4.27, 5.0 - 5.3
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Adds a tools menu to build plugin with multiple engine versions and compress the built plugin into a zip file that can be submitted to the marketplace.

Technical Details

Usage:

You can access the functionality of this plugin from Package Plugin in the editor's Build menu (File menu in UE4).

From the menu, you can specify the engine version to build, the platform, and whether to strictly determine inclusion, etc.

Code Modules:

  •  PluginBuilder [EditorNoCommandlet]

Supported Development Platforms: Windows

Documentation: https://github.com/Naotsun19B/PluginBuilder-Document

Latest Update:

  • Added All to engine version preset button
  • Changed to remember the value for each project only for build targets
  • Changed to use UAT's Zip Utils for zip file compression
  • Added support for UE5.2