Navigation
API > API/Plugins > API/Plugins/Mover > API/Plugins/Mover/MoveLibrary
References
| |
|
| Module |
Mover |
| Header |
/Engine/Plugins/Experimental/Mover/Source/Mover/Public/MoveLibrary/MovementUtilsTypes.h |
| Include |
#include "MoveLibrary/MovementUtilsTypes.h" |
Syntax
enum EMoveMixMode
{
AdditiveVelocity = 0,
OverrideVelocity = 1,
OverrideAll = 2,
}
Values
| Name |
Description |
| AdditiveVelocity |
Velocity (linear and angular) is intended to be added with other sources |
| OverrideVelocity |
Velocity (linear and angular) should override others |
| OverrideAll |
All move parameters should override others |