A question about the color of assets

So I was wondering. Could I just copy the albedo values and paste them in another asset to color match?

2 Likes

Welcome to the community!

Yes, you can copy and paste the albedo values from one material to another in Unreal Engine to match their colors. Here’s how to do it:

1.Open the material that has the color you want to copy.

2.Select the node that contains the albedo color value (usually a “Constant3Vector” node).

3.Press “Ctrl+C” or right-click and select “Copy” to copy the node.

4.Open the material that you want to color match.

5.Select the node that contains the albedo color value in this material.

6.Press “Ctrl+V” or right-click and select “Paste” to paste the node.

7.Connect the output of the copied node to the input of the node in the material you’re color matching.

This will copy the color value from one material to another, allowing you to match their colors. Keep in mind that this will only match the albedo color of the materials, and any other properties (such as roughness, metalness, etc.) will not be affected.

Hope this helps!

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.

Privacy & Terms