enum EPCGSplineStructProperties
{
UMETA =(Tooltip = "Location component of the control point's transform in world coordinates."),
UMETA =(Tooltip = "Rotation component of the control point's transform in world coordinates."),
UMETA =(Tooltip = "Scale component of the control point's transform in world coordinates."),
UMETA =(Tooltip = "Control point's world transform."),
UMETA =(Tooltip = "Arrive Tangent at the control point."),
UMETA =(Tooltip = "Leave Tangent at the control point."),
UMETA =(Tooltip = "Type of interpolation at the control point for position (same as set on the spline control point). Underlying enum: ESplinePointType."),
UMETA =(Tooltip = "Location component of the control point's transform."),
UMETA =(Tooltip = "Rotation component of the control point's transform."),
UMETA =(Tooltip = "Scale component of the control point's transform."),
UMETA =(Tooltip = "Control point's transform."),
}