enum EPCGPointProperties
{
UMETA =(Tooltip = "When points are sampled, this density value represents the highest value of the density function within that point's volume. It is also used as a weighted value, for example, when testing points against a threshold in filtering operations."),
UMETA =(Tooltip = "Minimum corner of the point's bounds in local space."),
UMETA =(Tooltip = "Maximum corner of the point's bounds in local space."),
UMETA =(Tooltip = "Half the local space difference between the maximum and minimum bounds of the point's volume. Can be used with the point's position to represent the volume."),
UMETA =(Tooltip = "An RGBA (four channel) color value."),
UMETA =(Tooltip = "Location component of the point's transform."),
UMETA =(Tooltip = "Rotation component of the point's transform."),
UMETA =(Tooltip = "Scale component of the point's transform."),
UMETA =(Tooltip = "The point's transform."),
UMETA =(Tooltip = "A normalized value that establishes how 'hard' or 'soft' that volume will be represented. From 0, it will ramp up linearly increasing its influence over the density from the point's center to up to two times the bounds. At 1, it will represent a binary box function with the size of the point's bounds."),
UMETA =(Tooltip = "The local center location of the point's volume, halfway between the minimum and maximum bounds."),
UMETA =(Tooltip = "Used to seed random processes during various operations."),
UMETA =(Tooltip = "The difference between the maximum and minimum bounds of the point."),
UMETA =(Tooltip = "The difference between the maximum and minimum bounds of the point, after only the scale has been applied."),
Invalid = 255 UMETA(Hidden),
}