[4.10] [C++] Ustruct inside Ustruct, using Arrays

I’ve done a bunch of UStructs in C++, in the last one, I added each one of the structures inside arrays:

however, I get: “Struct Recursion Via Arrays Is Unsupported for propertys”, but when I do the exactly same thing with BP, I get no errors.

Thanks,
Alanzore.

Fixed It
I saw that I was attempting to “use the struct I just created inside it.” ( Hope you understand )

Thanks,
Alanzote.