TTrackClassTypeIterator

Implements a modifiable interp track iterator that only iterates over interp tracks of the given [UClass](API\Runtime\CoreUObject\UObject\UClass).

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

Matinee

Header

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

Include

#include "MatineeTrackData.h"

Syntax

template<class ChildTrackType>
class TTrackClassTypeIterator : public TInterpTrackIterator< FClassTypeTrackFilter< ChildTrackType > >

Remarks

Implements a modifiable interp track iterator that only iterates over interp tracks of the given UClass.

Constructors

Name Description

Public function

TTrackClassTypeIterator

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

Constructor for this class.

Operators

Name Description

Public function

ChildTrackTy...

 

operator*()

Public function

ChildTrackTy...

 

operator->()

Typedefs

Name

Description

Super

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