Fixing the LogF warning
Compare changes
@@ -71,10 +71,12 @@ public:
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.