Esempio n. 1
0
        public override bool Equals(object obj)
        {
            FWeakObjectPtr _uobj = (FWeakObjectPtr)obj;

            return(_uobj.ObjectIndex == ObjectIndex && _uobj.ObjectSerialNumber == ObjectSerialNumber);
        }
Esempio n. 2
0
 //[MethodImplAttribute(MethodImplOptions.InternalCall)]
 extern static IntPtr Get(ref FWeakObjectPtr data);
Esempio n. 3
0
 //[MethodImplAttribute(MethodImplOptions.InternalCall)]
 extern static void Reset(ref FWeakObjectPtr data);
Esempio n. 4
0
 //[MethodImplAttribute(MethodImplOptions.InternalCall)]
 extern static void Set(ref FWeakObjectPtr data, IntPtr Ptr);
Esempio n. 5
0
 //[MethodImplAttribute(MethodImplOptions.InternalCall)]
 extern static int IsValid(ref FWeakObjectPtr data);