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