When browsing through various objects in the object explorer, the UInt values are displayed as signed Ints instead. Commit hash: e4d00a5a774e1a1b64cce53023256129dbf18177 Tag: v1.5.9.1 Steps to reproduce the behavior: 1. Go to Object Explorer (Using Village as an example) 2. Click on Developer Tools -> Object Explorer -> Singletons 3. <img width="1493" height="1886" alt="Image" src="https://github.com/user-attachments/assets/970f8197-5df7-4a5e-9133-4eb685e4daea" /> 4. See that the UInt32 ItemID field displays the value: `-1139920645` To be correct this should display: `3155046651`