enum class BBoxVolumeType_t : uint32
{
    // MPropertyFriendlyName = Bounding Box Volume
    BBOX_VOLUME = 0,
    // MPropertyFriendlyName = Bounding Box Dimensions
    BBOX_DIMENSIONS = 1,
    // MPropertyFriendlyName = Bounding Box Mins/Maxs
    BBOX_MINS_MAXS = 2,
    // MPropertyFriendlyName = Bounding Box Radius
    BBOX_RADIUS = 3,
};