TTrackClassTypeConstIterator

Implements a non-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 TTrackClassTypeConstIterator : public TInterpTrackConstIterator< FClassTypeTrackFilter< ChildTrackType > >

Remarks

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

Constructors

Name Description

Public function

TTrackClassTypeConstIterator

(
    const TArray< UInterpGroup* > ...
)

Constructor for this class.

Operators

Name Description

Public function

const ChildT...

 

operator*()

Public function

const ChildT...

 

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