Hi there! I have a slot widget. Inside this slot the image, text and background are stored. I’m adding this slot to another widget. How can I edit slot widget elements inside another widget? For example, set a picture or change the text? I need this in the editor. These properties will not change at runtime.
Create the necessary variables (text / image, etc) in the slot user widget and flag them as Instance Editable
- they will appear as entry fields in the parent’s details panel when that slot widget is selected in the desiger.
The slot can use Pre-Construct to pipe the values of those vars into its respective native widgets. Set Text or Set Brush from Texture for the image.
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.