MonoUE

2 min read Original article ↗

Mono for Unreal Engine is a plugin for Unreal Engine that allows writing gameplay code with C# and F#.

View My GitHub Profile

Features

  • Fully integrated with the Unreal object system and Unreal Editor.
  • C# bindings are generated automatically for all Blueprint-accessible types and members.
  • Objects and functions defined from C# can subclass types defined in C++, and can be used from Blueprint and from the Unreal Editor.
  • Runs on Windows and Mac.

Planned or in development:

  • Visual Studio integration
  • Debugging
  • Hot reload
  • Mobile platform support
  • Cooked builds

Feature requests and and bugs are tracked using GitHub Issues.

Installation

The plugin is currently available only as source, as it requires a patched build of the engine.

You will need source access to Unreal Engine on GitHub to get access to the MonoUE fork.

  1. Clone the mono-ue/UnrealEngine fork of Unreal Engine
  2. Check out the monoue branch
  3. Follow the instructions in the Engine/Plugins/MonoUE/README.md.

License

The plugin has been developed with the support of Microsoft, but is currently a personal side project of several Microsoft employees. It is not officially supported by either Microsoft or Epic. It is being made freely available as source to all Unreal Engine licensees in the hope that the community considers it useful and participates in its development.

This code is provided by Microsoft “as is” with no warranty.

For details, see LICENSE.md in the plugin directory.

For questions and discussion, please use the mono-ue mailing list or the Gitter chat room.

The primary contact for the project is Mikayla Hutchinson (@mjhutchinson).