enum class ChoiceBlendMethod : uint32
{
// MPropertyFriendlyName = Single Blend Time
SingleBlendTime = 0,
// MPropertyFriendlyName = Per-Choice Blend Times
PerChoiceBlendTimes = 1,
};enum class ChoiceBlendMethod : uint32
{
// MPropertyFriendlyName = Single Blend Time
SingleBlendTime = 0,
// MPropertyFriendlyName = Per-Choice Blend Times
PerChoiceBlendTimes = 1,
};