Table 2. The comparison of Unity and UE4 script languages

C# C++ Blueprint
Game Engine Unity UE4
Programming Text-Based Visual-Based
User Programmer Designer, Planner
Memory Management Automatic Manual/Automatic Automatic
Pointer Not Used Used Not Used
Difficulty Normal Hard Easy