UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ECurveBlendOption Namespace Reference

Enumerations

enum  Type : int {
  Override , DoNotOverride , NormalizeByWeight , BlendByWeight ,
  UseBasePose , UseMaxValue , UseMinValue
}
 

Enumeration Type Documentation

◆ Type

Enumerator
Override 
DoNotOverride 

Only set the value if the previous pose doesn't have the curve value.

NormalizeByWeight 

Normalize By Sum of Weight and use it to blend.

BlendByWeight 

Blend By Weight without normalizing

UseBasePose 

Use Base Pose for all curve values. Do not blend

UseMaxValue 

Find the highest curve value from multiple poses and use that.

UseMinValue 

Find the lowest curve value from multiple poses and use that.