/// <summary>Gets the offset data of the slot, which could be position and size, or margins depending on the anchor points</summary> public FMargin GetOffsets() { CheckIsValid(); FMargin ___ret = GetOffsets(_this.Get()); return(___ret); }
public extern void SetSlotPadding(FMargin InSlotPadding);
public void SetPadding(FMargin InPadding) { CheckIsValid(); SetPadding(_this.Get(), ref InPadding); }
static extern void SetPadding(IntPtr _this, ref FMargin InPadding);
public extern void SetPadding(FMargin InPadding);
/// <summary>Sets the offset data of the slot, which could be position and size, or margins depending on the anchor points</summary> public void SetOffsets(FMargin InOffset) { CheckIsValid(); SetOffsets(_this.Get(), ref InOffset); }
static extern void SetOffsets(IntPtr _this, ref FMargin InOffset);
extern static void SetSlotPadding(IntPtr _this, ref FMargin InSlotPadding);
/// <summary>Sets the offset data of the slot, which could be position and size, or margins depending on the anchor points</summary> public extern void SetOffsets(FMargin InOffset);