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