Issue with FString and loading from file

Please ignore some comments, could not get the code sections to work, or edit/remove comments for that matter

After some additional Testing:

This works

		for (int j = 0; j < stringArray.Num(); j++) {
			temp += stringArray[j];
		}