/// <summary> /// Returns true if this property, or in the case of e.g. array or struct properties any sub- property, contains a /// UObject reference that is marked CPF_NeedCtorLink (i.e. instanced keyword). /// </summary> /// <returns>true if property (or sub- properties) contain a UObjectProperty that is marked CPF_NeedCtorLink, false otherwise</returns> public bool ContainsInstancedObjectProperty() { return(Native_UProperty.ContainsInstancedObjectProperty(Address)); }