You should call OnListItemObjectSet(args) in the ListView widget’s implementation. This function is called whenever a new item is added to the list or an existing item’s properties change. In this case, you want to change the text of a UTextBlock widget in the list, so you should call OnListItemObjectSet(args) in the ListView widget’s implementation.