// Copyright Epic Games, Inc. All Rights Reserved. //------------------------------------------------------------------------------ // // // This file was automatically generated by SWIG (http://www.swig.org). // Version 4.0.1 // // Do not make changes to this file unless you know what you are doing--modify // the SWIG interface file instead. //------------------------------------------------------------------------------ public class FDatasmithFacadeMaterialExpressionTexture : FDatasmithFacadeMaterialExpression, FDatasmithFacadeExpressionParameter { private global::System.Runtime.InteropServices.HandleRef swigCPtr; internal FDatasmithFacadeMaterialExpressionTexture(global::System.IntPtr cPtr, bool cMemoryOwn) : base(DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMaterialExpressionTexture_SWIGUpcast(cPtr), cMemoryOwn) { swigCPtr = new global::System.Runtime.InteropServices.HandleRef(this, cPtr); } 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; } protected override void Dispose(bool disposing) { lock(this) { if (swigCPtr.Handle != global::System.IntPtr.Zero) { if (swigCMemOwn) { swigCMemOwn = false; DatasmithFacadeCSharpPINVOKE.delete_FDatasmithFacadeMaterialExpressionTexture(swigCPtr); } swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero); } base.Dispose(disposing); } } [System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)] global::System.Runtime.InteropServices.HandleRef FDatasmithFacadeExpressionParameter.GetInterfaceCPtr() { return new global::System.Runtime.InteropServices.HandleRef(this, DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMaterialExpressionTexture_FDatasmithFacadeExpressionParameter_GetInterfaceCPtr(swigCPtr.Handle)); } public string GetTexturePathName() { string ret = global::System.Runtime.InteropServices.Marshal.PtrToStringUni(DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMaterialExpressionTexture_GetTexturePathName(swigCPtr)); return ret; } public void SetTexturePathName(string InTexturePathName) { DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMaterialExpressionTexture_SetTexturePathName(swigCPtr, InTexturePathName); } public FDatasmithFacadeExpressionInput GetInputCoordinate() { FDatasmithFacadeExpressionInput ret = new FDatasmithFacadeExpressionInput(DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMaterialExpressionTexture_GetInputCoordinate(swigCPtr), true); return ret; } public virtual string GetGroupName() { string ret = global::System.Runtime.InteropServices.Marshal.PtrToStringUni(DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMaterialExpressionTexture_GetGroupName(swigCPtr)); return ret; } public virtual void SetGroupName(string InGroupName) { DatasmithFacadeCSharpPINVOKE.FDatasmithFacadeMaterialExpressionTexture_SetGroupName(swigCPtr, InGroupName); } }