AdvanceC++ ClassesHow to set up the Visual Studio with Unreal Engine to start coding and a broad overview of C++. We cover C++'s syntax, class system, and object oriented programming. View seriesBeginnerMaterialsIntroduction to some of Unreal's most common material types such as a master material, decals, and vertex blending. At the end we take all our materials and create a grungy city alley.View seriesAdvanceArrays and Finished GameFinally we put it all together to create a first person shooter. The last C++ topic covered is arrays and how to control code flow with for loops and while loops.View series