Example #1
0
 public void SetStretchDirection(EStretchDirection InStretchDirection)
 {
     CheckIsValid();
     SetStretchDirection(_this.Get(), (int)InStretchDirection);
 }
Example #2
0
 public extern void SetStretchDirection(EStretchDirection InStretchDirection);