This repository is a template to make a new Unreal Engine plugin (blueprint/python only, but can be easily converted to be a C++).
Any official Epic plugins are request to work:
Plugins |
---|
Editor Scripting Utilities |
Python Editor Script Plugin |
PythonAutomationTest |
More improvement are in the pipe, a real support and documentation with the Unit Test, maybe the C++ version and easily package setup... and more.
Quickly change this file and folder:
unreal_plugin_folder
: your plugin folder nameunreal_plugin_folder\unreal_plugin_name.uplugin
. your unreal plugin, and edit this content. It's a json and can be edit with notepad.unreal_plugin_folder\Resources\Icon128.png
a small thumbnail draw inside unreal editor.