Everynone
(Everynone)
February 2, 2022, 5:16pm
2
Here’s an example:
No problem, if you want to experiment with the List View instead:
create an Object class blueprint in the content browser with an exposed text variable - it will be used to store data in the list view, called Entry Data below.
once you have it, you can do this in the wLogLine’s class settings:
[linewithlistviewinterface.jpg]
The Implemented Interfaces bit on the left is the critical part here! It allows you to pull the data from a list view object and assign it to the widget’s variable. Th…
Namely:
In short: you construct data and add it to the List View. If the widget should be visible, the List View will create it on the fly for you and get rid of it when you scroll away.