FString symbol = *OutArray[0];
You don’t need * in this, it’s only needed if you want to get TCHAR type from string which is needed in logs.
FString symbol = *OutArray[0];
You don’t need * in this, it’s only needed if you want to get TCHAR type from string which is needed in logs.