enum class ELassoHoldPosition : uint8
{
    ELassoHoldPosition_Center = 0,
    ELassoHoldPosition_Left = 1,
    ELassoHoldPosition_Right = 2,
};