Can you make C#-like string and log formatting? using {0}, {1}, {2}?

I dont like old-style printf formatting “%i” “%ghghhfhdh” etc.
I would like to have formatting like:

String.Format(“Count = {0}, for user {1}”, Count.ToString(), UserName)

So, all arguments - are Strings.

You have smth similar for FText, but i would like to have the same for FString and for Logf.

Hey newbprofi-

A feature request has been entered to allow the use of C# notation when using FString and Logf (UE-13049) and will be reviewed for consideration . Thanks for your suggestion and best of luck in your projects.

Cheers