This repository contains the source code for the following UE4 plugin: UE4 marketplace
- Clone the repository
- Install UE4
- open the file
compile.bat
and adjust the file paths in there:
RunUAT.bat
has to point to our UE4 installation- The
Plugin
parameter has to point to the theConsoleEnhanced.uplugin
file in this repository - The
Package
parameter is the output folder
- run the
compile.bat
file and check the output folder for the plugin - drop the output folder either in your project's or the engine's "Plugins" folder
You have a cool idea or found a bug? Cool! Fork the project, commit your changes and open a pull request :)
If you have any questions or problems, just write me: cultrarius@posteo.de
- You have to accept the UE4 license before using this
- You are free to share, modify and use the plugin as you wish (even commercially)