Rust programming language instead of C++

Hi,

I’ve been quite new to Unreal Engine. I am trying to create a game using C++.
But I suppose, C++ is a bit too verbose as other alternatives. So I wanted to ask if there is any way to use Rust programming language (or any other more modern programming language) with Unreal Engine?
If it is possible, are there any tutorials about how to achieve that?

Hmm, that would be interesting to add Rust binding to UE. Can You point me to some direction where should I start looking on how to build bindings?

I’m not aware of any Rust bindings for UE4. Perhaps it’s something you could start?

Javascript - GitHub - ncsoft/Unreal.js: Unreal.js: Javascript runtime built for UnrealEngine 4
C# - http://mono-ue.github.io/
And some other customer scripting language - http://skookumscript.com/

I have opinions on this topic but I won’t go into it here :slight_smile:

Ok, thanks, mate! Will try things out :slight_smile:

Check out - Rust programming language instead of C++ - C++ - Unreal Engine Forums

The JavaScript integration I linked might give some ideas.

Don’t really know of any formal documentation.

Good luck!

Here’s a thing, a year old though so probably will need some updates.