Yes! Exactly like that! That’s great for single instances. If you have a lot of textures you could make an array. That way it will be more dynamic and require no update inside the BP:
And if you know that you want to access the same bunch of textures in different places, then I’d make a data table that contains all the textures, and then randomly pick a row.