I can't figure out the syntax for this.
OwnedArray<OwnedArray<MyClass> > multiDimensionalArray;
Notice the space between > and >. This is needed by some compilers
I can't figure out the syntax for this.
OwnedArray<OwnedArray<MyClass> > multiDimensionalArray;
Notice the space between > and >. This is needed by some compilers