Contoh 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