Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGProjectionColorBlendMode |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGProjectionParams.h |
| Include Path | #include "Elements/PCGProjectionParams.h" |
Syntax
enum EPCGProjectionColorBlendMode
{
SourceValue,
TargetValue,
Add,
Subtract,
Multiply,
}
Values
| Name | Remarks |
|---|---|
| SourceValue | |
| TargetValue | |
| Add | |
| Subtract | |
| Multiply |