I have a widget, which onPaint function is override by this BP
It should show some text “lol” on x,y position on the widget, but it do nothing
also i got same problem when using Draw box
is there any widget setting that i miss?
I have a widget, which onPaint function is override by this BP
It should show some text “lol” on x,y position on the widget, but it do nothing
also i got same problem when using Draw box
is there any widget setting that i miss?
You need to select the Font, either add your own or use the ones provided with the engine:
The same goes for brushes, these can be created in the Content Browser:
solved i am using HUD rather than widget, there’s some trouble using the widget
The HUD class is extremely limited but it does have some unique functionality that’s unavailable anywhere else.
Glad to hear you got it working.