From the GetContent() (eg I have my FXmlNode “Title”, Title->GetContent() returns the weird letters)
I save the return value in a FString, but even “GEngine->AddOnScreenDebugMessage(-1, 15.0f, FColor::Yellow, MyNode->GetContent());” shows the weird letters
Already read that, but did not fix it, I tried all the possible convertions, none worked (I got “??” instead of the accented letters for the utf8 conversion if I remember well)