TInterpTrackIterator

Implements a modifiable interp track iterator with option to specify the filter type.

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Matinee

Header

/Engine/Source/Editor/Matinee/Public/MatineeTrackData.h

Include

#include "MatineeTrackData.h"

Syntax

template<class FilterType>
class TInterpTrackIterator : public TInterpTrackIteratorBase< false, FilterType >

Remarks

Implements a modifiable interp track iterator with option to specify the filter type.

Constructors

Name Description

Public function

TInterpTrackIterator

(
    TArray< UInterpGroup* >& InGr...
)

Constructor to make a modifiable interp track iterator.

Functions

Name Description

Public function

void

 

MoveIteratorBy

(
    int32 Value
)

Moves the location of the iterator up or down by one.

Public function

void

 

RemoveCurrent()

Removes the interp track that the iterator is currently pointing to.

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