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