public void Set(UObject value) { Native_FLazyObjectPtr.SetUObject(ref this, value == null ? IntPtr.Zero : value.Address); }