Arrays: Unreal's TArray, Multi-dimensional and 2D Arrays

1 year ago
14

Taking a look at how arrays work, Unreal's TArray, and multidimensional arrays (specifically 2D ones) for game development with the Unreal Engine.

Chat about gamedev on Discord:
https://discord.gg/jjy2aJ3hj9

Links:
Data Structure Alignment on Wikipedia: https://en.wikipedia.org/wiki/Data_structure_alignment
Unreal Documentation – TArray: https://docs.unrealengine.com/5.1/en-US/array-containers-in-unreal-engine/

Chapters
0:00 Introduction
0:09 Background
0:15 What is an Array?
1:53 Dynamic Arrays
2:34 Unreal's TArray
5:47 Multidimensional Arrays
6:55 Nested/Jagged Arrays
7:18 Two Dimensional Arrays
8:12 2D TArrays in C++
8:42 2D Blueprint Arrays
12:06 Summary

Loading comments...