Making game in #C

Is there any way to make my game in #C?

There’s Mono for Unreal Engine: https://mono-ue.github.io/

I’m not sure how mature it is yet though, or how many people are using it in practice. It looks like they’re a bit behind on supporting the latest versions of Unreal Engine. It’s made and supported by the official maintainers of Mono, so the quality of it should be pretty good.

While this isn’t a direct answer to your question, C++ is very similar to C# and will have infinitely more tutorials/help available with Unreal Engine.
Could save you a ton of headaches in the future by trying out C++ :slight_smile: