/// <summary>Gets the anchors on the slot</summary> public FAnchors GetAnchors() { CheckIsValid(); FAnchors ___ret = GetAnchors(_this.Get()); return(___ret); }
public void SetAnchorsInViewport(FAnchors Anchors) { CheckIsValid(); SetAnchorsInViewport(_this.Get(), ref Anchors); }
extern static void SetAnchorsInViewport(IntPtr _this, ref FAnchors Anchors);
/// <summary>Sets the anchors on the slot</summary> public void SetAnchors(FAnchors InAnchors) { CheckIsValid(); SetAnchors(_this.Get(), ref InAnchors); }
static extern void SetAnchors(IntPtr _this, ref FAnchors InAnchors);
public extern void SetAnchorsInViewport(FAnchors Anchors);
/// <summary>Sets the anchors on the slot</summary> public extern void SetAnchors(FAnchors InAnchors);