Navigation
API > API/Runtime > API/Runtime/Engine
| Name | EMontageBlendMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimMontage.h |
| Include Path | #include "Animation/AnimMontage.h" |
Syntax
enum EMontageBlendMode
{
Standard,
Inertialization,
}
Values
| Name | Remarks |
|---|---|
| Standard | Uses standard weight based blend. |
| Inertialization | Uses inertialization. Requires an inertialization node somewhere in the graph after any slot node used by this montage. |