[plugin] Make plugin accessible from different projects

Hi to everyone, I would like to ask how can I make my plug-in “Installed” - so I can use it in every UE project and not only in that specific one where the plugin was created. Is it somehow possible?

If you compile the engine from source just put your plugin to Engine/Plugins.

Or if you don’t use a source build yet, you can just copy-paste it in the plugins folder or each project. Bit annoying, but it works.

Thank you both for advices.