TArray* Operator missing "="

No, unfortunately, in this case, the compiler gives an error. But you can write this:

PointerToArray->operator = FVector::FVector(1, 1, 1);

it works (array bracket operator. Returns reference to element at give index) :slight_smile: