An open API service indexing awesome lists of open source software.

https://github.com/w2wizard/iconhandler

UE4/5 Plugin to allow customized asset icons for C++ Classes.
https://github.com/w2wizard/iconhandler

cpp ue4 ue4-plugin ue5 ue5-plugin

Last synced: 7 months ago
JSON representation

UE4/5 Plugin to allow customized asset icons for C++ Classes.

Awesome Lists containing this project

README

          


IconHandler


logo


UE4/5 Plugin to allow customized asset icons for C++ Classes.
Written by W2.Wizard

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++.

![image](https://github.com/W2Wizard/IconHandler/assets/63303990/7ded887d-7958-48f1-9e66-c7641c963d2a)

## How to use

Using the plugin is super simple, just follow these steps.

### 1. Go to Project Settings > Project Icons
![image](https://github.com/W2Wizard/IconHandler/assets/63303990/8de1961d-f1fb-4443-963e-d259b57b8304)

### 2. Apply an Icon
![image](https://github.com/W2Wizard/IconHandler/assets/63303990/c2f9b53a-b5a8-4361-8c1f-05adaee05869)

### 3. Restart the engine && Profit!