Icon Handler

W2Wizard - 代码插件 - 2021/09/30

Adds the ability to customize asset icons & thumbnails with your very own icons

  • 支持的平台
  • 支持的引擎版本
    4.25 - 4.27
  • 下载类型
    引擎插件
    此产品包含一款代码插件,含有预编译的二进制文件以及与虚幻引擎集成的所有源代码,能够安装到您选择的引擎版本中,并根据每个项目的需求启动。

Version: 2021.1.0

Contact: w2.wizzard@gmail.com

⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯


Github Repo:

If you want a more up-to-date version and actually resolve issues (like UE5 updates)

I encourage you to report them here instead as I am way more active on Github.

https://github.com/W2Wizard/IconHandler


Simply adds the ability to define custom icons very easily for any custom classes via the project settings, without having to write tedious amount of C++ for creating a custom style.


Only limitation is for the icons to be applied the class / base class must be implemented in C++.


⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯




技术细节

Features:

  •  Ability to define custom icons

Code Modules:

  •  IconHandler [Editor]

Number of Blueprints: 0

Number of C++ Classes: 2

Network Replicated: No

Supported Development Platforms: All

Supported Target Build Platforms: None (Editor only)

Documentation: Click Me

Important/Additional Notes:

As of now I have no real clue how to support blueprints, as a work around you can create the blueprint class with C++ first and then create children via blueprints. (This is overall better anyway in general)