TInterpTrackIterator::MoveIteratorBy

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

Windows
MacOS
Linux

References

Module

Matinee

Header

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

Include

#include "MatineeTrackData.h"

Syntax

void MoveIteratorBy
(
    int32 Value
)

Remarks

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

This function needs to be called every time an interp track is moved up or down by one.

Parameters

Parameter

Description

Value

The amount to move the iterator by. Must be either -1 or 1.

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