enum class HitboxLerpType_ t : uint32
{
// MPropertyFriendlyName = Lerp from Start/End Time
HITBOX_ LERP_ LIFETIME = 0,
// MPropertyFriendlyName = Constant
HITBOX_ LERP_ CONSTANT = 1,
};enum class HitboxLerpType_ t : uint32
{
// MPropertyFriendlyName = Lerp from Start/End Time
HITBOX_ LERP_ LIFETIME = 0,
// MPropertyFriendlyName = Constant
HITBOX_ LERP_ CONSTANT = 1,
};