Navigation
API > API/Plugins > API/Plugins/MotionWarping
Result of switch off condition.
| Name | ESwitchOffConditionEffect |
| Type | enum |
| Header File | /Engine/Plugins/Animation/MotionWarping/Source/MotionWarping/Public/MotionWarpingSwitchOffCondition.h |
| Include Path | #include "MotionWarpingSwitchOffCondition.h" |
Syntax
enum ESwitchOffConditionEffect
{
CancelFollow,
CancelWarping,
PauseWarping,
PauseRootMotion,
}
Values
| Name | Remarks |
|---|---|
| CancelFollow | Changes associated motion warping target from component to a location of this component in the frame in which this switch off condition appeared |
| CancelWarping | Removes associated motion warping target |
| PauseWarping | During time slot in the animation, where switch off condition is true, only play root motion, without warping |
| PauseRootMotion | During time slot in the animation, where switch off condition is true, play the animation in place |