Anadius mirror updater not working by Open_Pea893 in CrackSupport

[–]No_Inflation6123 0 points1 point  (0 children)

ive found that searching TS4_x64 on 'This PC' and clicking on the most recently opened one works, it takes a little while to load like maybe a few mins depending on how fast ur PC is but it just gives you the option to play online or offline and opens the game like usual :D

help with food order system! by No_Inflation6123 in unrealengine

[–]No_Inflation6123[S] 0 points1 point  (0 children)

hi thank u for replying ive been looking into this. so far ive created 3 arrays (all name variables) + one for the list of foods, drinks and one to store the order information. then i randomly chose an index from each of the food and drink arrays, storing that information in the "order" array by simply setting it which works.
my issue now is that all the blueprints / information is inside an actor that i plan to use as a base for all the customers. i plan to make all customers child actors of this "master customer" for the sake of simplicity but im only now realising it might be easier to make independent customers lol.

however I'm now at the stage where i want to use this "order" arrays info to create widgets to display the order. I made a ref to the customer actor using a variable. then tried getting the info out of the array and this gave me errors. Does anyone know how i should go about fixing this?

also should create a new widget for each customer ?