Plugin Builder

Naotsun - 代码插件 - 2023/05/08

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.

  • 支持的平台
  • 支持的引擎版本
    4.27, 5.0 - 5.4
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

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.

技术细节

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"