Exemple #1
0
 /// <summary>
 /// Print a message to the log file, but not to the UE console.
 /// </summary>
 public static void Log(string text)
 {
     if (_proxy.Log != null)
     {
         _proxy.Log(text);
     }
 }