Navigation
API > API/Editor > API/Editor/ClothPainter
Enum for selecting color channel to copy
| Name | ESourceColorChannel |
| Type | enum |
| Header File | /Engine/Source/Editor/ClothPainter/Public/CopyVertexColorToClothParams.h |
| Include Path | #include "CopyVertexColorToClothParams.h" |
Syntax
enum ESourceColorChannel
{
Red,
Green,
Blue,
Alpha,
}
Values
| Name | Remarks |
|---|---|
| Red | |
| Green | |
| Blue | |
| Alpha |