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