FString::Printf and FString::Format

Hi,

The Unreal FString::Format function does not appear to accept formatting arguments. You may have to handle the manipulating those arguments manually by rolling your own methods prior top passing the value into the format function.

If you can provide an example of what you are trying to achieve I can attempt to supply additional information.