Exemplo n.º 1
0
/// <summary>
/// Set the text justification for this text block
/// @param InJustification new justification
/// </summary>
        public void SetJustification(ETextJustify InJustification)
        {
            CheckIsValid();
            SetJustification(_this.Get(), (int)InJustification);
        }
Exemplo n.º 2
0
 /// <summary>
 /// Set the text justification for this text block
 /// @param InJustification new justification
 /// </summary>
 public extern void SetJustification(ETextJustify InJustification);