Navigation
Unreal Engine C++ API Reference > 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 |
---|---|---|
FApplyVertexPai... | ApplyVertexDataDelegate | |
FLinearColor | BrushColor | |
float | BrushDepth | |
float | BrushDepthFalloffRange | |
FVector | BrushNormal | |
FVector | BrushPosition | |
FVector2f | BrushPosition2D | |
float | BrushRadialFalloffRange | |
float | BrushStrength | |
FMatrix | BrushToWorldMatrix | |
bool | bUseFillBucket | |
bool | bWriteAlpha | |
bool | bWriteBlue | |
bool | bWriteGreen | |
bool | bWriteRed | |
float | InnerBrushDepth | |
float | InnerBrushRadius | |
FMatrix | InverseBrushToWorldMatrix | |
EMeshPaintModeA... | PaintAction | |
EMeshPaintActio... | PaintAction | |
EMeshPaintMode | PaintMode | |
int32 | PaintWeightIndex | |
float | SquaredBrushRadius | |
int32 | TotalWeightCount | |
int32 | UVChannel |