Esempio n. 1
0
 /// <summary>
 /// Editor-only properties are those that only are used with the editor is present or cannot be removed from serialisation.
 /// Editor-only properties include: EditorOnly properties
 /// Properties that cannot be removed from serialisation are:
 ///     Boolean properties (may affect GCC_BITFIELD_MAGIC computation)
 ///     Native properties (native serialisation)
 /// </summary>
 /// <returns></returns>
 public bool IsEditorOnlyProperty()
 {
     return(Native_UProperty.IsEditorOnlyProperty(Address));
 }