extern static void SetStyle(IntPtr _this, ref FButtonStyle InStyle);
/// <summary>Sets the color multiplier for the button background</summary> public void SetStyle(FButtonStyle InStyle) { CheckIsValid(); SetStyle(_this.Get(), ref InStyle); }
/// <summary>Sets the color multiplier for the button background</summary> public extern void SetStyle(FButtonStyle InStyle);