[Feature Request] TArray<>::GetRange(int32 startIndex, Int32 count)

I think it would be extremely useful if it were possible to get a specified range from a TArray. I currently have an array that I would like to break up into chunks of 1024 for processing. If there is currently a collection that can handle this, please let me know.