TInterpGroupIterator

Implements a modifiable interp group iterator that iterates over that groups that pass the provided filter.

Windows
MacOS
Linux

Inheritance Hierarchy

TInterpGroupIteratorBase

TInterpGroupIterator

References

Module

Matinee

Header

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

Include

#include "MatineeGroupData.h"

Syntax

template<class GroupFilter>
class TInterpGroupIterator : public TInterpGroupIteratorBase< false, GroupFilter >

Remarks

Implements a modifiable interp group iterator that iterates over that groups that pass the provided filter.

Constructors

Name Description

Public function

TInterpGroupIterator

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

Constructor for this class.

Functions

Name Description

Public function

void

 

RemoveCurrent()

Removes the interp group and associated track selection slots that the iterator is currently pointing to from the selection map.

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