Ah, thanks for mentioning a widget potentially applying inverse scaling. I took a look up the widget hierarchy and it looks like one of our UI artists used a scale box that has the side effect of counteracting the DPI scaling being applied. Removing that allows setting UUserInterfaceSettings::ApplicationScale to work as expected, so I’ll discuss with them what the intent was and try to find an alternative way of achieving it. Thanks!