public void SetMaterialType(FDatasmithFacadeMasterMaterial.EMasterMaterialType InMasterMaterialType)
 {
     DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMasterMaterial_SetMaterialType(swigCPtr, (int)InMasterMaterialType);
 }
 public FDatasmithFacadeMasterMaterial.EMasterMaterialType GetMaterialType()
 {
     FDatasmithFacadeMasterMaterial.EMasterMaterialType ret = (FDatasmithFacadeMasterMaterial.EMasterMaterialType)DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMasterMaterial_GetMaterialType(swigCPtr);
     return(ret);
 }