Texture Painter

Unreal Marketplace Link: Texture Painter Link

This pack allows you to paint Diffuse, Metallic, Specular, Roughness, Emissive, Opacity, Normalmap and Displacement map textures directly inside the Unreal engine and export the textures, Or use a Colour and MSR texture in game to control different aspects of your materials.


** In Game Painter **

You can see a full run-through of the features for the in-game here.

This is similar to the editors painter, but it has simplified basics for performance reasons. You can pick your texture size and if you want to bake 1 or 2 textures out. By default these are a Colour texture, and an MSR texture (Metal, Specular, Roughness). However, you can use these channels in various ways to achieve different effects on your object. The blueprint that is used for this painting also supports mobility, so you can have physics objects that interact with the world leaving a trail behind it, or painting on its own surface.

There are a variety of examples provided to show different ways this setup can be used.

Features of the In-Game version

  • Impact on surfaces, allowing painting to be passed on. The painting devise stores the effect, so the values can be different depending on the tools used.

  • here are about 8 different painting tools to choose from, with the freedom to expand it as needed. Pencil, pen, chalk, paintbrush, paintroller, paintball, paintcan, markers.

  • These tools can be set up to be used for other impact elements such as bullets if you'd like. You can apply a 'tag' to check for, and if the impacting object doesn't have a matching tag, it will be ignored. This is great for making armor on a mech that can be shot for example.

  • There are 9 new blueprints. The main one is the "BP_PaintableGeometry-GameReady" Blueprint. In the test level, this is the main blueprint used to allow you to paint on nearly every surface (Just to show what can be done with it).

  • Paint brushes and paint rollers can have their colours changed on the fly. I have provided a paint bucket and a paint can to allow for this.


** In Editor Painter **

You can see a full run-through of the features for the in-Engine version here.

A variety of options are available to use. There is a undo-redo system in place allowing you to add up to 15 undo's if needed. Brushes are fully customizable (you can add custom brushes as well), and a variety of brushes are included to give you some options on how to interact with the colour/height/normalmap information. There is a built in 'mirroring' function for the X, Y and Z axis, and each individual texture can be exported as a .EXR files. These files can be imported directly into Unreal, or Photoshop for further editing. There is also an option to combine various black and white textures into a single image using the RG and B channels individually.

Features of the In-Editor version

  • Brushes: Painting, Additive, Smoothing, and Flatten.

  • Mirroring options for the X, Y and Z axis.

  • Preview menu to see the texture you're painting, and the corresponding UV's.

  • Textures can be baked out with a resolution ranging up to 4K.

  • The skybox has variables exposed to allow the lighting and skybox textures to change at runtime, as well as locking the skybox to maintain a constant lighting angle on the painting asset.

  • Full exporting options to export everything, or just individual textures.

  • A blueprint exists to allow for quick previewing of saved textures.

Technical Details

Features: The ability to paint diffuse, metallic, specular, roughness, emissive, opacity, normal maps and displacement maps directly within the editor, or paint a diffuse and MSR texture during gameplay.

The following features are available.

  • Brushes: Painting, Additive, Smoothing, and Flatten.

  • Mirroring options for the X, Y and Z axis.

  • Preview menu to see the texture you're painting, and the corresponding UV's.

  • Textures can be baked out with a resolution ranging up to 4K.

  • The skybox has variables exposed to allow the lighting and skybox textures to change at runtime, as well as locking the skybox to maintain a constant lighting angle on the painting asset.

  • Full exporting options to export everything, or just individual textures.

The game version is simplified, but fast. It allows for 2 textures to be baked, but limits a few features compared to the in-editor version to allow for better performance within the game itself.

Number of Blueprints: 12
Network Replicated: No


In-Editor UI Overview