Navigation
API > API/Runtime > API/Runtime/Engine
Controls the movement behaviour
| Name | EInterpToBehaviourType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/Components/InterpToMovementComponent.h |
| Include Path | #include "Components/InterpToMovementComponent.h" |
Syntax
enum EInterpToBehaviourType
{
OneShot,
OneShot_Reverse,
Loop_Reset,
PingPong,
}
Values
| Name | Remarks |
|---|---|
| OneShot | Move to destination and stop |
| OneShot_Reverse | Move to destination, return and stop |
| Loop_Reset | Reset back to start when reaching the end |
| PingPong | Repeatedly lerp from start to end and back |