public void AddProperty(FDatasmithFacadeKeyValueProperty InProperty)
 {
     DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMetaData_AddProperty(swigCPtr, FDatasmithFacadeKeyValueProperty.getCPtr(InProperty));
 }
Ejemplo n.º 2
0
 public void AddProperty(FDatasmithFacadeKeyValueProperty InPropertyPtr)
 {
     DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMaterialExpressionGeneric_AddProperty(swigCPtr, FDatasmithFacadeKeyValueProperty.getCPtr(InPropertyPtr));
 }