unreal.InterpToBehaviourType¶
- class unreal.InterpToBehaviourType¶
Bases:
EnumBaseControls the movement behaviour
C++ Source:
Module: Engine
File: InterpToMovementComponent.h
- LOOP_RESET: InterpToBehaviourType = Ellipsis¶
Reset back to start when reaching the end
- Type:
2
- ONE_SHOT: InterpToBehaviourType = Ellipsis¶
Move to destination and stop
- Type:
0
- ONE_SHOT_REVERSE: InterpToBehaviourType = Ellipsis¶
Move to destination, return and stop
- Type:
1
- PING_PONG: InterpToBehaviourType = Ellipsis¶
Repeatedly lerp from start to end and back
- Type:
3