示例#1
0
 /// <summary>
 /// Returns the first UProperty in this property's Outer chain that does not have a UProperty for an Outer
 /// </summary>
 /// <returns></returns>
 public UProperty GetOwnerProperty()
 {
     return(GCHelper.Find <UProperty>(Native_UProperty.GetOwnerProperty(Address)));
 }