Widget get cached geometry work incorrect.

Hi,

I want to check whether the widget is under the mouse, I used the GetCachedGeometry function to get the widget geometry and use the IsUnderLocation to check it.

But it always returns false.

I solved my problem.

It should use space location with the mouse to check it whether is under location.