enum EPCGAttractMode
{
UMETA =(Tooltip = "Attract to nearest target."),
UMETA =(Tooltip = "Attract to the minimum target inside the search radius."),
UMETA =(Tooltip = "Attract to the maximum target inside the search radius."),
UMETA =(Tooltip = "Attracts to a fixed target point based on an attribute."),
}