enum class EBetweenValueBehavior : uint32
{
    Lerp = 0,
    UsePrevious = 1,
};