Getting Started

Pre-Requisites

To use the Emergence Unreal Engine plugin, you will need the following:

Installation

We have a sample project if you just want to skip to seeing everything working, check it out here!

Extract the Emergence plugin zip file to your game’s plugin folder (if you don’t have a plugins folder, just create one called “Plugins” at the root folder of your game e.g. one one with Source, Saved, Content, etc). Extract the zip to this folder. It should look something like [Your Game]/Plugins/Emergence/Emergence.uplugin, for example.

Open your project. You may receive a window that looks like this:

Press yes and wait for it to compile the modules. Your project should open (if it doesn’t, please send us the build log from [Your Game]\Saved\Logs).

When your game project opens, the plugin should be automatically enabled.

If you wish to use Emergence’s C++ API from you’re game’s code, you’ll need to:

  • Add the Emergence modules you want to reference to your game’s build.cs file
  • Set the C++ standard to 17 or higher

Table of contents