Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1.19 KB

readme.md

File metadata and controls

24 lines (17 loc) · 1.19 KB

Static Badge Static Badge

Unreal Plugin Template

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

Improvement

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.

How to start

Quickly change this file and folder:

  • unreal_plugin_folder: your plugin folder name
  • unreal_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.