Exemple #1
0
 /// <summary>
 /// Print an error to the UE console and log file.
 /// </summary>
 public static void LogError(string text)
 {
     if (_proxy.LogError != null)
     {
         _proxy.LogError(text);
     }
 }