/** * 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);
//[MethodImplAttribute(MethodImplOptions.InternalCall)] public static extern void Empty(ref FScriptMap _this, int Slack, ref FScriptMapLayout Layout);
//[MethodImplAttribute(MethodImplOptions.InternalCall)] public static extern void RemoveAt(ref FScriptMap _this, int Index, ref FScriptMapLayout Layout);
//[MethodImplAttribute(MethodImplOptions.InternalCall)] public static extern IntPtr GetData(ref FScriptMap _this, int Index, ref FScriptMapLayout Layout);