Fixing the LogF warning
The formate type is now passed at compile time via a template parameter. This means, that the function signature does not obviously show the correct type anymore. However, if the wrong type is passed, there will be a compile time error, explaining what to do.
Also the format now has to be a string literal using the TEXT macro. The Unreal guidelines state that you should always use this macro anyways, so I think that is ok.
Merge request reports
Activity
mentioned in merge request !1 (closed)
By Jonathan Ehret on 2020-01-30T19:45:15 (imported from GitLab)
mentioned in commit 631c9165
By Jonathan Ehret on 2020-02-13T13:22:18 (imported from GitLab)
Please register or sign in to reply