Found a workaround:
Instead of adding of WidgetComponent to your blueprint, create another blueprint that CONTAINS a WidgetComponent. Then add to your original blueprint your new blueprint as a child actor.
In my case :
I have a BP_Player that now contains a BP_PlayerNameWidget, which itself contains the WidgetComponent. It seems to work fine.