unreal.ContextualAnimIKTargetAlphaProvider¶
- class unreal.ContextualAnimIKTargetAlphaProvider¶
Bases:
EnumBaseEContextual Anim IKTarget Alpha Provider
C++ Source:
Plugin: ContextualAnimation
Module: ContextualAnimation
File: ContextualAnimTypes.h
- ANIM_NOTIFY_STATE: ContextualAnimIKTargetAlphaProvider = Ellipsis¶
Alpha value is determine by an IK Window in the animation. IK Target transform will only be calculated when alpha is bigger than 0
- Type:
0
- CURVE: ContextualAnimIKTargetAlphaProvider = Ellipsis¶
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
- Type:
1
- NONE: ContextualAnimIKTargetAlphaProvider = Ellipsis¶
IK Target transform will be calculated during the entire interaction. Alpha value will be always 1
- Type:
2