Userwidget touch enter/leave events?

is there no touch event for entering/leaving widget?

i’d like to make a sub widget for character movement, and put it in a main widget.

for that, i need to get a event when a touch enters/leaves my sub widget.

i can find theses events as a mouse interface, but not a touch interface.

i think it’s important to organize well widgets, is there any plan for adding these events? or a way to solve this problem?

you can find some event functions when you click override.

additionally, mouse capture is very useful.

using mouse capture, it works well in a touch interface too.

if you want to manage your ui, you have to find out the event process in UMG also.