EInterpToBehaviourType

Controls the movement behaviour

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Components/InterpToMovementComponent.h

Include

#include "Components/InterpToMovementComponent.h"

Syntax

enum EInterpToBehaviourType
{
    OneShot,
    OneShot_Reverse,
    Loop_Reset,
    PingPong,
}

Values

Name

Description

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

Remarks

Controls the movement behaviour

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss