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.
- Host: GitHub
- URL: https://github.com/w2wizard/iconhandler
- Owner: W2Wizard
- License: other
- Created: 2023-05-21T19:19:41.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-09-22T13:39:00.000Z (over 2 years ago)
- Last Synced: 2025-04-30T03:42:09.007Z (11 months ago)
- Topics: cpp, ue4, ue4-plugin, ue5, ue5-plugin
- Language: C++
- Homepage:
- Size: 17.6 KB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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++.

## How to use
Using the plugin is super simple, just follow these steps.
### 1. Go to Project Settings > Project Icons

### 2. Apply an Icon

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