Navigation
API > API/Plugins > API/Plugins/MeshPaintingToolset
Mesh paint parameters
| Name | FMeshPaintParameters |
| Type | class |
| Header File | /Engine/Plugins/MeshPainting/Source/MeshPaintingToolset/Public/MeshPaintingToolsetTypes.h |
| Include Path | #include "MeshPaintingToolsetTypes.h" |
Syntax
class FMeshPaintParameters
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ApplyVertexDataDelegate | FApplyVertexPaintData | MeshPaintingToolsetTypes.h | ||
| BrushColor | FLinearColor | MeshPaintingToolsetTypes.h | ||
| BrushDepth | float | MeshPaintingToolsetTypes.h | ||
| BrushDepthFalloffRange | float | MeshPaintingToolsetTypes.h | ||
| BrushNormal | FVector | MeshPaintingToolsetTypes.h | ||
| BrushPosition | FVector | MeshPaintingToolsetTypes.h | ||
| BrushPosition2D | FVector2f | MeshPaintingToolsetTypes.h | ||
| BrushRadialFalloffRange | float | MeshPaintingToolsetTypes.h | ||
| BrushStrength | float | MeshPaintingToolsetTypes.h | ||
| BrushToWorldMatrix | FMatrix | MeshPaintingToolsetTypes.h | ||
| bUseFillBucket | bool | MeshPaintingToolsetTypes.h | ||
| bWriteAlpha | bool | MeshPaintingToolsetTypes.h | ||
| bWriteBlue | bool | MeshPaintingToolsetTypes.h | ||
| bWriteGreen | bool | MeshPaintingToolsetTypes.h | ||
| bWriteRed | bool | MeshPaintingToolsetTypes.h | ||
| InnerBrushDepth | float | MeshPaintingToolsetTypes.h | ||
| InnerBrushRadius | float | MeshPaintingToolsetTypes.h | ||
| InverseBrushToWorldMatrix | FMatrix | MeshPaintingToolsetTypes.h | ||
| PaintAction | EMeshPaintModeAction | MeshPaintingToolsetTypes.h | ||
| PaintWeightIndex | int32 | MeshPaintingToolsetTypes.h | ||
| SquaredBrushRadius | float | MeshPaintingToolsetTypes.h | ||
| TotalWeightCount | int32 | MeshPaintingToolsetTypes.h |