It seems to be printing fine, if after that for loop you do:
FString first = stringArray[0];
Does it crash? If it does, what is the error? Try this as last resort:
FString second = FString::Printf(TEXT("%s"), *stringArray[0]);
It seems to be printing fine, if after that for loop you do:
FString first = stringArray[0];
Does it crash? If it does, what is the error? Try this as last resort:
FString second = FString::Printf(TEXT("%s"), *stringArray[0]);