extern static void SetFont(IntPtr _this, ref FSlateFontInfo InFontInfo);
/// <summary> /// Dynamically set the font info for this text block /// @param InFontInfo THe new font info /// </summary> public void SetFont(FSlateFontInfo InFontInfo) { CheckIsValid(); SetFont(_this.Get(), ref InFontInfo); }
/// <summary> /// Dynamically set the font info for this text block /// @param InFontInfo THe new font info /// </summary> public extern void SetFont(FSlateFontInfo InFontInfo);