Example #1
0
 public void SetInteriorSettings(FInteriorSettings NewInteriorSettings)
 {
     CheckIsValid();
     SetInteriorSettings(_this.Get(), ref NewInteriorSettings);
 }
Example #2
0
 public extern void SetInteriorSettings(FInteriorSettings NewInteriorSettings);
Example #3
0
 extern static void SetInteriorSettings(IntPtr _this, ref FInteriorSettings NewInteriorSettings);