build_plugin
Compile an Unreal Engine plugin into a standalone build. Provide the .uplugin path and output directory, with an optional target platform.
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 |