Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCollapsePoints.h |
| Include | #include "Elements/PCGCollapsePoints.h" |
Syntax
enum EPCGCollapseVisitOrder
{
UMETA =(Tooltip="Will create pairs based on original point order."),
UMETA =(Tooltip="Will generate a random ordering that will drive pair order creation."),
UMETA =(Tooltip="Will create pairs according to attribute value order (minimum value first)."),
UMETA =(Tooltip = "Will create pairs according to attribute value order (maximum value first)."),
}
Values
| Name | Description |
|---|---|
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA |