Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | FVertexColorSmoothBrushOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/Sculpting/MeshVertexPaintBrushOps.h |
| Include Path | #include "Sculpting/MeshVertexPaintBrushOps.h" |
Syntax
class FVertexColorSmoothBrushOp : public UE::Geometry::FMeshVertexColorBrushOp
Inheritance Hierarchy
- FMeshSculptBrushOp → FMeshVertexColorBrushOp → FVertexColorSmoothBrushOp
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BrushSpeedTuning | double | Sculpting/MeshVertexPaintBrushOps.h | ||
| ElementIDVertexIndices | TArray< int32 > | Sculpting/MeshVertexPaintBrushOps.h | ||
| ElementIDVertices | TArray< int32 > | Sculpting/MeshVertexPaintBrushOps.h | ||
| SmoothedVertexColors | TArray< FVector4f > | Sculpting/MeshVertexPaintBrushOps.h | ||
| SoftenedVertexColors | TArray< FVector4f > | Sculpting/MeshVertexPaintBrushOps.h | ||
| TempElementIDs | TArray< int32 > | Sculpting/MeshVertexPaintBrushOps.h | ||
| UniqueVertices | TArray< int32 > | Sculpting/MeshVertexPaintBrushOps.h |
Functions
Public
Overridden from FMeshVertexColorBrushOp
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ApplyStampToVertexColors
(
const FDynamicMesh3* Mesh, |
Sculpting/MeshVertexPaintBrushOps.h |