Navigation
API > API/Editor > API/Editor/ClothPainter
Helper struct used for specifying options when copying vertex colors
| Name | FCopyVertexColorToClothParams |
| Type | struct |
| Header File | /Engine/Source/Editor/ClothPainter/Public/CopyVertexColorToClothParams.h |
| Include Path | #include "CopyVertexColorToClothParams.h" |
Syntax
USTRUCT ()
struct FCopyVertexColorToClothParams
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCopyVertexColorToClothParams() |
CopyVertexColorToClothParams.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColorChannel | ESourceColorChannel | Color channel to copy from vertex colors. | CopyVertexColorToClothParams.h |
|
| ScalingFactor | float | Scaling factor applied to vertex colours (in range 0-1) before applying to mask. | CopyVertexColorToClothParams.h |