Esempio n. 1
0
 /// <summary>
 /// Returns the replication owner, which is the property itself, or NULL if this isn't important for replication.
 /// It is relevant if the property is a net relevant and not being run in the editor
 /// </summary>
 /// <returns></returns>
 public UProperty GetRepOwner()
 {
     return(GCHelper.Find <UProperty>(Native_UProperty.GetRepOwner(Address)));
 }