Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
References
| Module | MeshPaintingToolset |
| Header | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintHelpers.h |
| Include | #include "MeshPaintHelpers.h" |
Syntax
struct FPerComponentVertexColorData
Remarks
Struct used to store the color data copied from mesh component to mesh component
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | ComponentIndex | We also match by component index | |
| TWeakObjectPtr< const UStaticMesh > | OriginalMesh | We match up components by the mesh they use | |
| TArray< FPerLODVertexColorData > | PerLODVertexColorData | Vertex colors by LOD |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPerComponentVertexColorData
(
const UStaticMesh* InStaticMesh, |