Navigation
API > API/Developer > API/Developer/MaterialUtilities
References
| Module | MaterialUtilities |
| Header | /Engine/Source/Developer/MaterialUtilities/Public/MeshRendering.h |
| Include | #include "MeshRendering.h" |
Syntax
class FMeshRenderer
Remarks
Class used as an interface for baking materials to textures using mesh/vertex-data
Constructors
No constructors are accessible with public or protected access.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | RenderMaterial
(
FMaterialMergeData& InMaterialData, |
Renders out textures for each material property for the given material, using the given mesh data or by using a simple tile rendering approach | |
| bool | RenderMaterialTexCoordScales
(
FMaterialMergeData& InMaterialData, |
Renders out texcoord scales |