Beispiel #1
0
 public void PrintString(string str, FLinearColor textColor, bool printToLog = false, float duration = 1f)
 {
     USystemLibrary.PrintString(this, str, true, printToLog, textColor, duration);
 }