unreal.MoveMixMode

class unreal.MoveMixMode

Bases: EnumBase

EMove Mix Mode

C++ Source:

  • Plugin: Mover

  • Module: Mover

  • File: MovementUtilsTypes.h

ADDITIVE_VELOCITY: MoveMixMode

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

Type:

0

OVERRIDE_ALL: MoveMixMode

All move parameters should override others

Type:

2

OVERRIDE_VELOCITY: MoveMixMode

Velocity (linear and angular) should override others

Type:

1