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.4
  • 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 support for UE5.4
  • In UE5.3, using "Strict Includes" will cause a build error in the engine code, so we have taken measures to prevent it from being used automatically only in UE5.3
  • Added three settings items: "No Host Platform", "Host Platforms", and "Unversioned"