Skip to content

Unreal Engine 5 Plugin for a variety of Tech Art Tools and features.

License

Notifications You must be signed in to change notification settings

cgusky/RedTechArtTools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedTechArtTools

Unreal Engine 5 Plugin for a variety of Tech Art Tools and features.

Compatible with Unreal Engine verion 5.0.1+

Installation

Download the zip (or clone this repository) to your project or engine plugin folder.

Remember, if you are using the UE5 launcher, you must put the plugin in the project folder to have it be compiled correctly.

The plugin is not EnabledByDefault so you will need to enable it in your project settings through the plugin window. Image showing RedTechArtTools v1.0.4 being activated in the plugin window under the category Tech Art

Current Tools

Helps with the management, naming, default data, and editing of all material parameters inside of a single material, even if the material parameters are spread through many different material functions.

Provides access to all unreal native editor icons in a convenient widget.

BP Enum

Hacky class for when things have gotten out of hand. If you have blueprint defined enums in your project and refactoring them is not a reasonable option, this tool (FRedBPEnum) can let you use and manipulate these enums without having to convert them into code, in a slightly better way than the other bad alternatives.

Barycentric Coordinate Geometry Script

Small editor utility to add barycentric uvs to set meshes using geometry scripting. Can be useful for creating a wireframe shader on assets and a variety of other effects. Also a good starting point for looking at how geometry scripting can work.

Blog post on how to make this for yourself and more information on what is going on.

Batch Rename Widget

todo

About

Unreal Engine 5 Plugin for a variety of Tech Art Tools and features.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 93.7%
  • C# 3.2%
  • Python 3.1%