Tutorial BP Single Class Multidimensional Array

Hi here’s something that I think, that it could be useful for someone:
Base Class:
image
Variables:
image

//I’m using Actor (cause I need some functionality), but it can be simplified using just UObject
Initialize using this function “Setup”:

Make functions to use your multidimensional array:

Usage:
Initialize:

Get Element from array:

1 Like