Navigation
API > API/Plugins > API/Plugins/ContextualAnimation
| Name | EContextualAnimIKTargetAlphaProvider |
| Type | enum |
| Header File | /Engine/Plugins/Experimental/Animation/ContextualAnimation/Source/ContextualAnimation/Public/ContextualAnimTypes.h |
| Include Path | #include "ContextualAnimTypes.h" |
Syntax
enum EContextualAnimIKTargetAlphaProvider
{
AnimNotifyState,
Curve,
None,
}
Values
| Name | Remarks |
|---|---|
| AnimNotifyState | Alpha value is determine by an IK Window in the animation. |
| Curve | Alpha value is determined by a curve in the animation with the same name as the IK Target IK Target transform will only be calculated when alpha is bigger than 0 |
| None | IK Target transform will be calculated during the entire interaction. Alpha value will be always 1 |