enum class VelocityMetricMode : uint8
{
    // MPropertyFriendlyName = Direction Only
    DirectionOnly = 0,
    // MPropertyFriendlyName = Magnitude Only
    MagnitudeOnly = 1,
    // MPropertyFriendlyName = Direction and Magnitude
    DirectionAndMagnitude = 2,
};