Example #1
0
 extern static void SetSize(IntPtr _this, ref FSlateChildSize InSize);
Example #2
0
 public void SetSize(FSlateChildSize InSize)
 {
     CheckIsValid();
     SetSize(_this.Get(), ref InSize);
 }
 public extern void SetSize(FSlateChildSize InSize);