Beispiel #1
0
 /**
  * Adds an uninitialized object to the map.
  * The map will need rehashing at some point after this call to make it valid.
  *
  * @return  The index of the added element.
  */
 //[MethodImplAttribute(MethodImplOptions.InternalCall)]
 public static extern int AddUninitialized(ref FScriptMap _this, ref FScriptMapLayout Layout);
Beispiel #2
0
 //[MethodImplAttribute(MethodImplOptions.InternalCall)]
 public static extern void Empty(ref FScriptMap _this, int Slack, ref FScriptMapLayout Layout);
Beispiel #3
0
 //[MethodImplAttribute(MethodImplOptions.InternalCall)]
 public static extern void RemoveAt(ref FScriptMap _this, int Index, ref FScriptMapLayout Layout);
Beispiel #4
0
 //[MethodImplAttribute(MethodImplOptions.InternalCall)]
 public static extern IntPtr GetData(ref FScriptMap _this, int Index, ref FScriptMapLayout Layout);