Image gets passed to Child Widget, but String does not

Oh alright :slight_smile: . Probably you only need to set the text and image properties of the widget just once. The InitWidget method is just a setter method which you can fill with the data from the data assets directly.

Currently it fills with the placeholders first, and is potentially called multiple times with the same data (because it’s in the Pre/Construct method.).

Good you got this working, improvements and optimization can be done later.