Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/UBakeMeshAttributeTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/BakeMeshAttributeTool.h |
| Include | #include "BakeMeshAttributeTool.h" |
| Source | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Private/BakeMeshAttributeTool.cpp |
static int SelectColorTextureToBake
(
const TArray < UTexture * > & Textures
)
Remarks
Utilities Given an array of textures associated with a material, use heuristics to identify the color/albedo texture. integer index into the Textures array representing the color/albedo texture
Parameters
| Name | Description |
|---|---|
| Textures | array of textures associated with a material. |