Exemplo ue_log
// if you need to log a FString, this is the way to go:
UE_LOG(LogTemp, Warning, TEXT("%s"), *YourFString);
the mighty jol
// if you need to log a FString, this is the way to go:
UE_LOG(LogTemp, Warning, TEXT("%s"), *YourFString);