unreal.InterpToBehaviourType

class unreal.InterpToBehaviourType

Bases: EnumBase

Controls the movement behaviour

C++ Source:

  • Module: Engine

  • File: InterpToMovementComponent.h

LOOP_RESET: InterpToBehaviourType

Reset back to start when reaching the end

Type:

2

ONE_SHOT: InterpToBehaviourType

Move to destination and stop

Type:

0

ONE_SHOT_REVERSE: InterpToBehaviourType

Move to destination, return and stop

Type:

1

PING_PONG: InterpToBehaviourType

Repeatedly lerp from start to end and back

Type:

3