Exemplo n.º 1
0
 /// <summary>
 /// Returns true if this property, or in the case of e.g. array or struct properties any sub- property, contains a
 /// weak UObject reference.
 /// </summary>
 /// <returns>true if property (or sub- properties) contain a weak UObject reference, false otherwise</returns>
 public bool ContainsWeakObjectReference()
 {
     return(Native_UProperty.ContainsWeakObjectReference(Address));
 }