unreal.MoveMixMode

class unreal.MoveMixMode

Bases: EnumBase

EMove Mix Mode

C++ Source:

  • Plugin: Mover

  • Module: Mover

  • File: MovementUtilsTypes.h

ADDITIVE_VELOCITY: MoveMixMode = Ellipsis

Velocity (linear and angular) is intended to be added with other sources

Type:

0

OVERRIDE_ALL: MoveMixMode = Ellipsis

All move parameters should override others

Type:

2

OVERRIDE_ALL_EXCEPT_VERTICAL_VELOCITY: MoveMixMode = Ellipsis

All move parameters should override others except linear velocity along the up/down axis. Commonly used for falling.

Type:

3

OVERRIDE_VELOCITY: MoveMixMode = Ellipsis

Velocity (linear and angular) should override others

Type:

1