About an hour trying to formulate this, hope it’s understandable.
Game’s scenario: An actor scans an object and then creates a String.
I want to save these generated Strings into a GameInstance Array, line by line (element for element) incrementally.
- Game Instance where the notebook is:
- The scrollbox text, which must receive the full array like a diary.
- Actor BP where the reading is done and the String is being forged. I need some help if i should use “Insert” or another way to feed the actor’s string into the notebook array.
- Widget BP that should read the Array. The best i could to is geting the Last Index, anything else didn’t work, and i wouldn’t want to use ForEachloop in a widget:
- Visual explanation…
Large purple box is the notebook String array. The plus on the bottom of the box means automatic incrementation when another random string is added.