public void SetPropertyType(FDatasmithFacadeKeyValueProperty.EKeyValuePropertyType InType)
 {
     DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeKeyValueProperty_SetPropertyType(swigCPtr, (int)InType);
 }
 public FDatasmithFacadeKeyValueProperty.EKeyValuePropertyType GetPropertyType()
 {
     FDatasmithFacadeKeyValueProperty.EKeyValuePropertyType ret = (FDatasmithFacadeKeyValueProperty.EKeyValuePropertyType)DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeKeyValueProperty_GetPropertyType(swigCPtr);
     return(ret);
 }