TArray initialization

I don’t know what you mean by ‘just use’, but that’s what ARRAY_COUNT does: returns the number of elements in a C++ array. In this case, 6.

Steve