ExportMaterialUVDensities() gets the incorrect value where the alpha channel is referenced (e.g. RegisterIndex of the texture is [3] or [7]) because FMeshRenderer::RenderMaterialTexCoordScales() uses a black clear value with an alpha value of 1.0
See the linked UDN for additional details.
Expected
ExportMaterialUVDensities() gets the correct values where the alpha channel is referenced (e.g. RegisterIndex of the texture is [3] or [7]).
Actual
ExportMaterialUVDensities() gets the incorrect value where the alpha channel is referenced (e.g. RegisterIndex of the texture is [3] or [7]).
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-212531 in the post.
0 |
Component | UE - Rendering Architecture - Materials |
---|---|
Affects Versions | 5.4, 5.3.2 |
Target Fix | 5.5 |
Fix Commit | 33689794 |
---|
Created | Apr 16, 2024 |
---|---|
Resolved | May 18, 2024 |
Updated | Jul 31, 2024 |