A repository containing a dummy Unreal Engine 5 plugin. Contains a folder structure that has been premade to help kickstart the making of new Unreal plugins.
For more information I'd strongly recommend following Epic's gameplay module documentation, found here:
- Full Documentation: https://docs.unrealengine.com/5.0/en-US/plugins-in-unreal-engine/
For Coding standards, please see here:
If you'd like to get Unreal Engine and use this project template, please follow these steps:
- Download the Epic launcher: https://www.unrealengine.com/en-US/
- Install Unreal Engine (whichever version - this template is for 5.3)
- Clone this project
Lemme know if you have any questions or feedback!
Plugins are collections of code and data that developers can easily enable or disable within the Editor on a per-project basis. Plugins can add runtime gameplay functionality, modify built-in Engine features (or add new ones), create new file types, and extend the capabilities of the Editor with new menus, tool bar commands, and sub-modes.