Website powered by

Unreal Engine 5 Utility Widget

Unreal Engine Utility Widget I've been creating with different tools I needed while working on personal projects. Uses blueprints and a bit of python. The tools it contains are:
-Batch export tool that allows me to export in 1 click textures, material instance textures and meshes with their textures, all organized in folders.
-Bulk rename tools.
-Quick Selection tools.

The default bulk export from unreal only export meshes or textures, so I did my own custom solution, that gets material instances, textures and meshes, and export all of them (the meshes get exported with their respective textures) in an organized way.

Bulk actor rename tool. Allows to rename multiple actors, add prefixes, suffixes and replace text strings.

Quick select actors by name, or by searching the same mesh/material instance as the selection.