Unreal Engine マーケットプレイスは 10月中旬に Fab に移行されます。 さらに詳しく

Plugin Builder

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
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

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"