Summary
This chapter introduced you to C and C++ style arrays. In most of the UE4 code, you will use the UE4 editor built in collection classes (TArray<T>
). However, you need familiarity with the basic C and C++ style arrays to be a very good C++ programmer.