unreal.LayeredMove_ConstantVelocitySettingsFlags

class unreal.LayeredMove_ConstantVelocitySettingsFlags

Bases: EnumBase

ELayered Move Constant Velocity Settings Flags

C++ Source:

  • Plugin: Mover

  • Module: Mover

  • File: BasicLayeredMoves.h

NO_FLAGS: LayeredMove_ConstantVelocitySettingsFlags

0

VELOCITY_ALWAYS_RELATIVE: LayeredMove_ConstantVelocitySettingsFlags

Velocity direction is always relative to the target actor, even if its orientation changes. This flag is incompatible with other Velocity**** flags

Type:

2

VELOCITY_START_RELATIVE: LayeredMove_ConstantVelocitySettingsFlags

Velocity direction is determined when this move starts, relative to the target actor. This flag is incompatible with other Velocity**** flags

Type:

1