UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
InterpToMovementComponent.h File Reference
#include "GameFramework/MovementComponent.h"
#include "UObject/ObjectMacros.h"
#include "InterpToMovementComponent.generated.h"

Go to the source code of this file.

Classes

struct  FInterpControlPoint
 
class  UInterpToMovementComponent
 

Enumerations

enum class  EInterpToBehaviourType : uint8 { OneShot , OneShot_Reverse , Loop_Reset , PingPong }
 

Enumeration Type Documentation

◆ EInterpToBehaviourType

Controls the movement behaviour

Enumerator
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