TInterpTrackIteratorBase::operator--

Decrements the interp track iterator to point to the previous valid interp track.

Windows
MacOS
Linux

References

Module

Matinee

Header

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

Include

#include "MatineeTrackData.h"

Syntax

void operator--()

Remarks

Decrements the interp track iterator to point to the previous valid interp track.

This function is protected because we currently don't support reverse iteration. Specifically, TInterpTrackIterator::RemoveCurrent() assumes that the iterator will only move forward.

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