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