Expose texture as editable?

Hello, yes it is posible to do it, but it is not as simple as it could seem.

First of all you need to open your projects folder and open de .Uplugin file and add the following line:
“EnableVerseAssetReflection”: true

It allows you to use your images/textures inside your code.

After that you can insert your images/textures in the folder you want in your project and click on “Build verse code”. Now you can go to the code and you will see a new folder in it called Assets.digest.verse wher you will found a reference of all your textures:
in my case is something like this:

the folder where i saved my images was colled Images, so the Name of the module will be the name of the folder that keeps your images.

And last of all to call this textures is as simple as this: