Beispiel #1
0
 /// <summary>
 /// Draws text.
 /// @param Text                  The string to draw.
 /// @param Position              The starting position where the text is drawn in local space.
 /// @param Tint                  Color to render the line.
 /// </summary>
 public extern static void DrawTextFormatted(out FPaintContext Context, FText Text, FVector2D Position, UFont Font, int FontSize = 16, FName FontTypeFace = default(FName), FLinearColor Tint = default(FLinearColor));