public void AddProperty(FDatasmithFacadeKeyValueProperty InProperty)
 {
     DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMetaData_AddProperty(swigCPtr, FDatasmithFacadeKeyValueProperty.getCPtr(InProperty));
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FDatasmithFacadeKeyValueProperty obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #3
0
 public void AddProperty(FDatasmithFacadeKeyValueProperty InPropertyPtr)
 {
     DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMaterialExpressionGeneric_AddProperty(swigCPtr, FDatasmithFacadeKeyValueProperty.getCPtr(InPropertyPtr));
 }