TCHAR at specific location in FString & TArray element at specific location

I was reading through the UnrealString header and i noticed there is not a function that will return a tchar at a specific location. Then I was going to implement a solution and realized there was not a TArray function that returns the element at a specific location.

Am I blind or is there not such functions ?

You use operator ] for this.

AH! This is exactly what i was looking for! Thank you very much for the quick response.