internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FDatasmithFacadeMaterialExpressionFunctionCall obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
    public FDatasmithFacadeMaterialExpressionFunctionCall AddMaterialExpressionFunctionCall()
    {
        FDatasmithFacadeMaterialExpressionFunctionCall ret = new FDatasmithFacadeMaterialExpressionFunctionCall(DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeUEPbrMaterial_AddMaterialExpressionFunctionCall(swigCPtr), true);

        return(ret);
    }