Hey Guys i have a question, I am making UI for my game and i have menu screen and loading screen and I have added images as my background, Is there a way to make it random like chooses between number of images??
got it myself, So what I did is make a variable of texture 2d and made it a array and also the image we add on widget , I made it is variable so in the graph, Event Construct, first i set the brush from texture and in the target I used that image from widget not the texture variable and on the select texture option drag and get a copy and on the array add that texture 2d arry we created, and from the same array get a length sibtract it ny 1 and get random integer in range and put subtracted value in max instead of Min and connect it to get a copy.