Navigation
API > API/Plugins > API/Plugins/PCG
| Name | EPCGAttributeReduceOperation |
| Type | enum |
| Header File | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGAttributeReduceElement.h |
| Include Path | #include "Elements/PCGAttributeReduceElement.h" |
Syntax
enum EPCGAttributeReduceOperation
{
Average,
Max,
Min,
Sum,
Join,
}
Values
| Name | Remarks |
|---|---|
| Average | |
| Max | |
| Min | |
| Sum | |
| Join |