build_plugin
Build Unreal Engine plugins as standalone packages. Specify the .uplugin file and output directory to produce a distributable plugin build.
Instructions
Build a plugin standalone.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| platform | No | Target platform | |
| output_path | Yes | Output directory for the built plugin | |
| plugin_path | Yes | Path to the .uplugin file |