Navigation
API > API/Editor > API/Editor/MeshPaint
References
| Module | MeshPaint |
| Header | /Engine/Source/Editor/MeshPaint/Public/MeshPaintTypes.h |
| Include | #include "MeshPaintTypes.h" |
Syntax
class FMeshPaintParameters
Remarks
Mesh paint parameters
Variables
| Type | Name | Description | |
|---|---|---|---|
| FLinearColor | BrushColor | ||
| float | BrushDepth | ||
| float | BrushDepthFalloffRange | ||
| FVector | BrushNormal | ||
| FVector | BrushPosition | ||
| float | BrushRadialFalloffRange | ||
| float | BrushStrength | ||
| FMatrix | BrushToWorldMatrix | ||
| bool | bWriteAlpha | ||
| bool | bWriteBlue | ||
| bool | bWriteGreen | ||
| bool | bWriteRed | ||
| float | InnerBrushDepth | ||
| float | InnerBrushRadius | ||
| FMatrix | InverseBrushToWorldMatrix | ||
| EMeshPaintAction | PaintAction | ||
| EMeshPaintMode | PaintMode | ||
| int32 | PaintWeightIndex | ||
| float | SquaredBrushRadius | ||
| int32 | TotalWeightCount | ||
| int32 | UVChannel |