How to access functions of custom UTexture in blueprint?

I’ve created custom Texture derived from UTexture and defined some functions. I can see those functions in blueprint under my custom texture name but I could not figure out How I can get instance of my texture in blueprint? so that I can call these functions.