Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/Elements
References
| Module | PCG |
| Header | /Engine/Plugins/PCG/Source/PCG/Public/Elements/PCGCleanSpline.h |
| Include | #include "Elements/PCGCleanSpline.h" |
Syntax
enum EPCGControlPointFuseMode
{
UMETA =(Tooltip = "Keep the first of two control points."),
UMETA =(Tooltip = "Keep the second of two control points."),
UMETA =(Tooltip = "Fuse the two control points into a new control point, located halfway between the original two."),
UMETA =(Tooltip = "Will generally keep the second of both control points, except keep the first when it would otherwise alter the length of the spline--ie. final control point."),
}
Values
| Name | Description |
|---|---|
| UMETA | |
| UMETA | |
| UMETA | |
| UMETA |