Overview
This 10-minute tutorial video presented by Enduring Games demonstrates how to transition from C# programming in Unity to C++ for Unreal Engine projects. Explore how many C# concepts are directly applicable to or easily implemented in Unreal Engine C++. Learn about the Unreal Engine Reflection System and how to write code that leverages it effectively. Discover how Unity concepts such as Interfaces and Delegates can be translated to Unreal Engine C++, and understand how Singletons and Coroutines have similar implementations in the Unreal environment. Perfect for developers looking to make the switch between game engines while transferring their programming knowledge. Additional resources for programming in Unreal Engine using C++ are available at dev.epicgames.com/documentation.
Syllabus
Switching to Unreal | How to transition C# to C++ for Unreal Engine
Taught by
Unreal Engine