Skip to content

JDSherbert/Unreal-Engine-Plugin-Template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

image

Unreal Engine Plugin Template

Stars Badge Forks Badge Watchers Badge Issues Badge


Unreal Engine Template License




Overview

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:

For Coding standards, please see here:

If you'd like to get Unreal Engine and use this project template, please follow these steps:

  1. Download the Epic launcher: https://www.unrealengine.com/en-US/
  2. Install Unreal Engine (whichever version - this template is for 5.3)
  3. Clone this project

Lemme know if you have any questions or feedback!


Guide


Unreal Engine Guide


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.