Please enlarge UE5 icon/text size on Toolsbar

The new version is completely awesome with new powers, tools, structures etc. Giving us the chance to preview and listening feedback from users are truly humble and great!

After trying Early Access version for couple of hours, the toolbar underneath the menu I found it is difficult to read, esp as comparison of UE4. I wish the icon could be larger so easier to see the image of each icon.

I put two versions side by side which could give you an idea what Im talking about.

1 Like

Toolbar of material editor.

Niagara editor

Animation editor

Static mesh viewer

Hi bro, the size of the Toolbar can be changed by modifiing engine’s source code.

Engine\Source\Runtime\SlateCore\Private\Styling\StarshipCoreStyle.cpp

SlimToolbarStyle.SetIconSize(Icon20x20);
Change the Icon20x20 to Icon40x40, like
SlimToolbarStyle.SetIconSize(Icon40x40);

企业微信截图_16323657352488

1 Like