Packaging Your UE4 Plugin
I got asked yesterday how to package UE4 plugins for distribution. It's honestly very simple to do.
- Go to Edit -> Plugins and scroll down to Project/Other.
- On the plugin that you want to package select Package.
- Then just choose a folder to package to. If you get any compile/build errors then fix them and press Package again.
Easy as 1, 2, 3. 😁
UPDATE: I posted about Jenkins and UE4 and I have a command at the bottom for building plugins.
until next time