UE_LOG not accepting fstring as a parameter?

Here is an example code of how to fix it:

 UE_LOG(LogTemp, Warning, TEXT("This is the data: %s"), *FString(ReceivedData));
11 Likes