enum EPCGCopyPointsMetadataInheritanceMode
{
UMETA =(Tooltip = "Points will inherit from source metadata and apply only unique attributes from target."),
UMETA =(Tooltip = "Points will inherit from target metadata and apply only unique attributes from source."),
UMETA =(Tooltip = "Points will inherit metadata only from the source."),
UMETA =(Tooltip = "Points will inherit metadata only from the target."),
UMETA =(Tooltip = "Points will have no metadata."),
}