What im trying to do is the typical, hover over a item ingame and show all its stats and attributes.
I also can’t seem to find a way to change the position of the widget so its relative to my mouse cursor.
Is there any tutorial out there that could help me with this problem or something similar
If the item is an icon in an inventory then I would imagine it is inside of a widget. If that is the case just make a widget that will display the information you want to have shown on mouse over and inside the widget for the inventory/item find the icon of the item and make the new information widget you created the “tooltip widget” for the item. I know that is for sure a very very limited description of what to do but it should get you close for the most part. The tooltip widget can also be displayed on the screen in different ways and I believe the engine attempts to keep the widget within the viewport so it won’t go half off of the screen or something if you have the inventory next to the edge.