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."),
}