Pluginsplugin\EightiPlugin folder to your Plugins folder. The final structure should look like:Plugins
|
----EightiPlugin
|
----Config
----Content
----Resources
----Source
----ThirdParty
----EightiPlugin.uplugin
Plugins window from Edit/Plugins at the top of the Editor window.Project/Other categoryEightiPlugin plugin is listed and is enabledEightiPluginExample.uproject and select Generate Visual Studio project files. If you have multiple version of Unreal Engine installed, make sure you also choose Switch Unreal Engine version... and select the currently supported Unreal Engine version.EightiPluginExample.slnDebug Editor for complete debuggable Unreal Engine, game and plugin code; or choose Debug Game Editor for just debugging game and plugin code; or choose Development Editor as an reasonably optimised Unreal Engine, game and plugin code. Note if you want to debug into Unreal Engine code, you need to build Unreal Engine from source. See https://docs.unrealengine.com/en-US/Programming/Development/BuildingUnrealEngine/index.htmlPackage Project/Packaging SettingsBuild Configuration is DebugGameInclude Debug Files is tickedPackage Project/Windows/Windows (64bit)EightiPluginExample.exeEightiPluginExample.slnEightiPluginExample processEightiPlugin folder from your project’s Plugin folderAdding the EightiPlugin Plugin to an existing project