FInterpLookupTrack

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Matinee/InterpTrackMove.h

Include

#include "Matinee/InterpTrackMove.h"

Syntax

struct FInterpLookupTrack

Variables

Name Description

Public variable

TArray< struct ...

 

Points

Functions

Name Description

Public function

int32

 

AddPoint

(
    const float InTime,
    FName& InGroupName
)

Add a new keypoint to the LookupTrack. Returns the index of the new key.

Public function

int32

 

MovePoint

(
    int32 PointIndex,
    float NewTime
)

Move a keypoint to a new In value.

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