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

        return(ret);
    }