Esempio n. 1
0
        /// <summary>Gets the layout data of the slot</summary>
        public FAnchorData GetLayout()
        {
            CheckIsValid();
            FAnchorData ___ret = GetLayout(_this.Get());

            return(___ret);
        }
Esempio n. 2
0
 /// <summary>Sets the layout data of the slot</summary>
 public void SetLayout(FAnchorData InLayoutData)
 {
     CheckIsValid();
     SetLayout(_this.Get(), ref InLayoutData);
 }
Esempio n. 3
0
 static extern void SetLayout(IntPtr _this, ref FAnchorData InLayoutData);
Esempio n. 4
0
 /// <summary>Sets the layout data of the slot</summary>
 public extern void SetLayout(FAnchorData InLayoutData);