UEIconGenerator is a custom Icon Generator for Unreal Engine that creates its own UWorld
using SAssetEditorViewport
.
- Generates custom icons for various asset types.
- Integrates with Unreal Engine's asset workflow.
- Uses
UWorld
to render and manage icon generation independently.
This project is a Work in Progress. Contributions and feedback are welcome.
-
UWorld Creation:
The generator creates a separateUWorld
instance for rendering icons. -
Editor Viewport Integration:
LeveragesSAssetEditorViewport
for visualizing and editing the generated icons. -
Supported Assets:
Currently supports generating icons for:- Static Meshes
- Skeletal Meshes
- Blueprints
(More asset types may be supported in future updates.)
- Unreal Engine 5.x
- Basic understanding of Unreal's Editor Utility Widgets (optional but helpful).
-
Clone the repository:
git clone https://github.com/your-repo/UEIconGenerator.git
-
Add the project to your Unreal Engine plugins folder.
-
Enable the plugin in Unreal Engine's Plugin Manager.
- Open the UEIconGenerator tool from the Unreal Editor.
- Select the asset(s) you want to generate icons for.
- Customize settings (if available).
- Click Generate Icon to create custom icons for your assets.
This project is licensed under the MIT License.
Contributions are welcome!
Please fork the repository, make changes, and submit a pull request.
For questions or suggestions, feel free to open an issue in the repository.