What part of Computer Science and Engineering maths is applied to UE4 and Game design

C is a good starting point, game engines are often written in C++ (like UE 4). Spend some time studying object-oriented programming as it will help when you move to C++ and read the UE4 source code. I’d also suggest picking up one of the books off ofthis list.