Navigation
API > API/Plugins > API/Plugins/Mover
| |
|
| Name |
ELayeredMoveFinishVelocityMode |
| Type |
enum |
| Header File |
/Engine/Plugins/Experimental/Mover/Source/Mover/Public/LayeredMove.h |
| Include Path |
#include "LayeredMove.h" |
Syntax
enum ELayeredMoveFinishVelocityMode
{
MaintainLastRootMotionVelocity = 0,
SetVelocity,
ClampVelocity,
}
Values
| Name |
Remarks |
| MaintainLastRootMotionVelocity |
Maintain the last velocity root motion gave to the character. |
| SetVelocity |
Set Velocity to the specified value (for example, 0,0,0 to stop the character) |
| ClampVelocity |
Clamp velocity magnitude to the specified value. Note that it will not clamp Z if negative (falling). it will clamp Z positive though. |