Navigation
API > API/Runtime > API/Runtime/Engine
| Name | ECustomAttributeBlendType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/CustomAttributes.h |
| Include Path | #include "Animation/CustomAttributes.h" |
Syntax
enum ECustomAttributeBlendType
{
Override,
Blend,
}
Values
| Name | Remarks |
|---|---|
| Override | Overrides Custom attributes according to highest weighted pose |
| Blend | Blends Custom attributes according to weights per pose |