warning C4996: 'FString::Printf': The formatting string must now be a TCHAR string literal. Please update your code to the new API before upgrading to the next release, otherwise your project will no longer compile.
Instead of printf, if you need to use a non-litteral string, you can use FString::Format(string, { args });